mimxrt/hal/flexspi_nor_flash: Fix typo in comment about frequency.

Signed-off-by: robert-hh <robert@hammelrath.com>
This commit is contained in:
robert-hh 2025-02-20 09:19:33 +01:00 committed by Damien George
parent 1e3cce1397
commit 4364d9411a

View file

@ -83,7 +83,7 @@ static ps_div_t div_table_mhz[] = {
{ 18, 8 }, // 60 -> 60 MHz
{ 23, 5 }, // 75 -> 75.13 MHz
{ 18, 6 }, // 80 -> 80 MHz
{ 17, 5 }, // 100 -> 191 Mhz
{ 17, 5 }, // 100 -> 101 Mhz
{ 13, 5 }, // 133 -> 132.92 MHz
{ 13, 4 } // 166 -> 166.15 MHz
};