diff options
author | robert-hh <robert@hammelrath.com> | 2025-02-20 09:19:33 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-02-23 17:42:58 +1100 |
commit | 4364d9411ad4c71bbf6de9bcc82683d6ee671cf5 (patch) | |
tree | fe883b3564772538ec0d0e4dd2c7e599f16f157b | |
parent | 1e3cce1397c76f7714a5c4940b5021965944d268 (diff) |
mimxrt/hal/flexspi_nor_flash: Fix typo in comment about frequency.
Signed-off-by: robert-hh <robert@hammelrath.com>
-rw-r--r-- | ports/mimxrt/hal/flexspi_nor_flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/mimxrt/hal/flexspi_nor_flash.c b/ports/mimxrt/hal/flexspi_nor_flash.c index 7fdb6b7c1..1476c1ec3 100644 --- a/ports/mimxrt/hal/flexspi_nor_flash.c +++ b/ports/mimxrt/hal/flexspi_nor_flash.c @@ -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 }; |