Address code review comments

This commit is contained in:
Mathias
2022-08-23 12:28:17 +02:00
parent 295af2a057
commit f6c2e26372
3 changed files with 47 additions and 38 deletions

View File

@ -105,6 +105,7 @@ pub fn init(_config: config::Config) -> Peripherals {
unsafe {
clocks::init();
timer::init();
dma::init();
}
peripherals