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 038f261 commit 202b119Copy full SHA for 202b119
ports/rp2/main.c
@@ -81,6 +81,7 @@ int main(int argc, char **argv) {
81
#endif
82
83
pendsv_init();
84
+ soft_timer_init();
85
86
// Set the MCU frequency and as a side effect the peripheral clock to 48 MHz.
87
set_sys_clock_khz(SYS_CLK_KHZ, false);
0 commit comments