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