Removed cortex-m-rt

This commit is contained in:
Emil Fresk 2020-11-26 17:51:25 +01:00
parent f5dd4bbe2e
commit 400df08ac7
2 changed files with 0 additions and 2 deletions

View file

@ -41,7 +41,6 @@ use cortex_m::{
interrupt::Nr,
peripheral::{CBP, CPUID, DCB, DWT, FPB, FPU, ITM, MPU, NVIC, SCB, TPIU},
};
use cortex_m_rt as _; // vector table
pub use cortex_m_rtic_macros::app;
pub use rtic_core::{prelude as mutex_prelude, Exclusive, Mutex};