mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
fix typo in imx233_power_get_info()
obviously the number should be 14400 (confirmed by datasheet) Change-Id: I89dbd291a388fdd27575d814dc54609ebc17c964
This commit is contained in:
parent
958f5ad5bd
commit
a4aaf94af1
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ struct imx233_power_info_t imx233_power_get_info(unsigned flags)
|
|||
[BV_POWER_MISC_FREQSEL__20MHz] = 20000,
|
||||
[BV_POWER_MISC_FREQSEL__24MHz] = 24000,
|
||||
[BV_POWER_MISC_FREQSEL__19p2MHz] = 19200,
|
||||
[BV_POWER_MISC_FREQSEL__14p4MHz] = 14200,
|
||||
[BV_POWER_MISC_FREQSEL__14p4MHz] = 14400,
|
||||
[BV_POWER_MISC_FREQSEL__18MHz] = 18000,
|
||||
[BV_POWER_MISC_FREQSEL__21p6MHz] = 21600,
|
||||
[BV_POWER_MISC_FREQSEL__17p28MHz] = 17280,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue