tests/stm32: add stop and cleanpu

This commit is contained in:
xoviat
2023-08-26 20:37:01 -05:00
parent 1e430f7413
commit db71887817
3 changed files with 61 additions and 2 deletions

View File

@ -3,7 +3,6 @@ use core::marker::PhantomData;
use cortex_m::peripheral::SCB;
use embassy_executor::*;
use embassy_time::Duration;
use crate::interrupt;
use crate::interrupt::typelevel::Interrupt;