Skip to content

Commit a48c6df

Browse files
peterharperukGadgetoid
authored andcommitted
rp2: Put back soft_timer_init.
or else nothing will work! Signed-off-by: Peter Harper <[email protected]>
1 parent 4d5899f commit a48c6df

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
@@ -83,6 +83,7 @@ int main(int argc, char **argv) {
8383
#endif
8484

8585
pendsv_init();
86+
soft_timer_init();
8687

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

0 commit comments

Comments
 (0)