Enable SYSCFG clock in exti::init()

This commit is contained in:
Timo Kröger
2021-07-22 23:12:07 +02:00
committed by Dario Nieuwenhuis
parent ad7a1f1453
commit 06fb2a7a80
8 changed files with 6 additions and 39 deletions

View File

@ -82,14 +82,6 @@ fn main() -> ! {
w.set_dbg_stop(true);
});
//pac::RCC.apbenr().modify(|w| {
//w.set_spi3en(true);
// });
pac::RCC.apb2enr().modify(|w| {
w.set_syscfgen(true);
});
pac::RCC.ahb1enr().modify(|w| {
w.set_dmamux1en(true);
w.set_dma1en(true);