some fixes for manifest file
All checks were successful
Rust/va108xx-hal/pipeline/head This commit looks good

This commit is contained in:
2021-12-19 14:25:15 +01:00
parent f376a43f41
commit d5b12c8343
7 changed files with 25 additions and 14 deletions

View File

@ -11,7 +11,7 @@ use cortex_m_rt::entry;
use panic_rtt_target as _;
use rtt_target::{rprintln, rtt_init_print};
use va108xx_hal::{
pac::{self, interrupt, TIM4, TIM5},
pac::{self, Interrupt, TIM4, TIM5},
prelude::*,
timer::{
default_ms_irq_handler, set_up_ms_delay_provider, CascadeCtrl, CascadeSource,