1
0
mirror of https://github.com/whowechina/aic_pico.git synced 2024-09-23 18:48:24 +02:00

Overclock to 160MHz (80MHz spi)

This commit is contained in:
whowechina 2024-06-14 11:47:50 +08:00
parent b5f0770eda
commit b7bbb51c52

View File

@ -426,7 +426,7 @@ static void boot_update_check()
static void sys_init()
{
sleep_ms(50);
set_sys_clock_khz(150000, true);
set_sys_clock_khz(160000, true);
board_init();
}