mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 04:01:44 +00:00
fusee: Correct wrong comment (thanks @desowin)
This commit is contained in:
parent
3394f0cf0d
commit
22ae5b861c
1 changed files with 3 additions and 3 deletions
|
@ -215,8 +215,8 @@ typedef enum {
|
||||||
SDMMC_CAR_DIVIDER_DDR50 = 18, // (5 * 2 * 2) - 2
|
SDMMC_CAR_DIVIDER_DDR50 = 18, // (5 * 2 * 2) - 2
|
||||||
SDMMC_CAR_DIVIDER_HS26 = 30, // (16 * 2) - 2
|
SDMMC_CAR_DIVIDER_HS26 = 30, // (16 * 2) - 2
|
||||||
SDMMC_CAR_DIVIDER_HS52 = 14, // (8 * 2) - 2
|
SDMMC_CAR_DIVIDER_HS52 = 14, // (8 * 2) - 2
|
||||||
SDMMC_CAR_DIVIDER_HS200 = 3, // 1 -- NOTE THIS IS WITH RESPECT TO PLLC4_OUT2_LJ
|
SDMMC_CAR_DIVIDER_HS200 = 3, // (2.5 * 2) - 2 (for PLLP_OUT0)
|
||||||
SDMMC_CAR_DIVIDER_HS400 = 3, // 1 -- NOTE THIS IS WITH RESPECT TO PLLC4_OUT2_LJ
|
SDMMC_CAR_DIVIDER_HS400 = 3, // (2.5 * 2) - 2 (for PLLP_OUT0)
|
||||||
} SdmmcCarDivider;
|
} SdmmcCarDivider;
|
||||||
|
|
||||||
/* Structure for describing a SDMMC device. */
|
/* Structure for describing a SDMMC device. */
|
||||||
|
|
Loading…
Reference in a new issue