Migrate exti_irq stuff to macro tables.

This commit is contained in:
Bob McWhirter
2021-06-03 13:35:27 -04:00
parent 75dc0fd542
commit fe47f781be
4 changed files with 43 additions and 15 deletions

View File

@ -83,7 +83,7 @@ pub fn init(config: Config) -> Peripherals {
#[cfg(dma)]
dma::init();
generated::init_exti();
exti::init_exti();
rcc::init(config.rcc);
}