Checkpoint DMAMUX channel setup.

This commit is contained in:
Bob McWhirter
2021-07-02 09:54:31 -04:00
parent 91521a86a0
commit 043f0ea508
4 changed files with 190 additions and 5 deletions

View File

@ -82,10 +82,6 @@ fn main() -> ! {
w.syscfgen().set_bit();
w
});
//pp.RCC.apb1enr.modify(|_, w| {
//w.usart3en().enabled();
//w
//});
unsafe { embassy::time::set_clock(&ZeroClock) };