mimxrt/hal/flexspi_nor_flash: Fix typo in comment about frequency.
Signed-off-by: robert-hh <robert@hammelrath.com>
This commit is contained in:
parent
1e3cce1397
commit
4364d9411a
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ static ps_div_t div_table_mhz[] = {
|
||||||
{ 18, 8 }, // 60 -> 60 MHz
|
{ 18, 8 }, // 60 -> 60 MHz
|
||||||
{ 23, 5 }, // 75 -> 75.13 MHz
|
{ 23, 5 }, // 75 -> 75.13 MHz
|
||||||
{ 18, 6 }, // 80 -> 80 MHz
|
{ 18, 6 }, // 80 -> 80 MHz
|
||||||
{ 17, 5 }, // 100 -> 191 Mhz
|
{ 17, 5 }, // 100 -> 101 Mhz
|
||||||
{ 13, 5 }, // 133 -> 132.92 MHz
|
{ 13, 5 }, // 133 -> 132.92 MHz
|
||||||
{ 13, 4 } // 166 -> 166.15 MHz
|
{ 13, 4 } // 166 -> 166.15 MHz
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue