Skip to content

Commit 202b119

Browse files
committed
rp2: Put back soft_timer_init.
or else nothing will work! Signed-off-by: Peter Harper <[email protected]>
1 parent 038f261 commit 202b119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/rp2/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ int main(int argc, char **argv) {
8181
#endif
8282

8383
pendsv_init();
84+
soft_timer_init();
8485

8586
// Set the MCU frequency and as a side effect the peripheral clock to 48 MHz.
8687
set_sys_clock_khz(SYS_CLK_KHZ, false);

0 commit comments

Comments
 (0)