Skip to content

Commit 4364d94

Browse files
robert-hhdpgeorge
authored andcommitted
mimxrt/hal/flexspi_nor_flash: Fix typo in comment about frequency.
Signed-off-by: robert-hh <[email protected]>
1 parent 1e3cce1 commit 4364d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/mimxrt/hal/flexspi_nor_flash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ static ps_div_t div_table_mhz[] = {
8383
{ 18, 8 }, // 60 -> 60 MHz
8484
{ 23, 5 }, // 75 -> 75.13 MHz
8585
{ 18, 6 }, // 80 -> 80 MHz
86-
{ 17, 5 }, // 100 -> 191 Mhz
86+
{ 17, 5 }, // 100 -> 101 Mhz
8787
{ 13, 5 }, // 133 -> 132.92 MHz
8888
{ 13, 4 } // 166 -> 166.15 MHz
8989
};

0 commit comments

Comments
 (0)