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 27904ae commit 137e9e8Copy full SHA for 137e9e8
ports/rp2/main.c
@@ -88,7 +88,7 @@ int main(int argc, char **argv) {
88
soft_timer_init();
89
90
// Set the MCU frequency and as a side effect the peripheral clock to 48 MHz.
91
- set_sys_clock_khz(125000, false);
+ set_sys_clock_khz(SYS_CLK_KHZ, false);
92
93
// Hook for setting up anything that needs to be super early in the bootup process.
94
MICROPY_BOARD_STARTUP();
0 commit comments