Skip to content

Commit 4d45d91

Browse files
committed
fix
1 parent 2acb62a commit 4d45d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ constexpr uint8_t cga_gfxpal[3][2][4] = {
258258
vreg_disable_voltage_limit();
259259
vreg_set_voltage(VREG_VOLTAGE_1_60);
260260
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
261+
qmi_hw->m[0].timing = 0x60007405; // 4x FLASH divisor
262262
set_sys_clock_hz(PICO_CLOCK_SPEED, true);
263263
psram_init(47);
264264
#else

0 commit comments

Comments
 (0)