We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acb62a commit 4d45d91Copy full SHA for 4d45d91
1 file changed
src/main.c
@@ -258,7 +258,7 @@ constexpr uint8_t cga_gfxpal[3][2][4] = {
258
vreg_disable_voltage_limit();
259
vreg_set_voltage(VREG_VOLTAGE_1_60);
260
busy_wait_at_least_cycles((SYS_CLK_VREG_VOLTAGE_AUTO_ADJUST_DELAY_US * (uint64_t) XOSC_HZ) / 1000000);
261
- qmi_hw->m[0].timing = 0x60007304; // 4x FLASH divisor
+ qmi_hw->m[0].timing = 0x60007405; // 4x FLASH divisor
262
set_sys_clock_hz(PICO_CLOCK_SPEED, true);
263
psram_init(47);
264
#else
0 commit comments