Use TIM2 as the timer interrupt (for the switch_leds task)

This commit is contained in:
Paul van Tilburg 2019-03-06 23:14:39 +01:00
parent b403ea00e0
commit e7d28453f9

View file

@ -84,6 +84,6 @@ const APP: () = {
}
extern "C" {
fn UART4();
fn TIM2();
}
};