We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3cce1 commit 4364d94Copy full SHA for 4364d94
ports/mimxrt/hal/flexspi_nor_flash.c
@@ -83,7 +83,7 @@ static ps_div_t div_table_mhz[] = {
83
{ 18, 8 }, // 60 -> 60 MHz
84
{ 23, 5 }, // 75 -> 75.13 MHz
85
{ 18, 6 }, // 80 -> 80 MHz
86
- { 17, 5 }, // 100 -> 191 Mhz
+ { 17, 5 }, // 100 -> 101 Mhz
87
{ 13, 5 }, // 133 -> 132.92 MHz
88
{ 13, 4 } // 166 -> 166.15 MHz
89
};
0 commit comments