fix ci
This commit is contained in:
parent
2d7ec281e8
commit
f761f721bc
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ fn main() {
|
|||
let _ = ::core::ptr::read_volatile(ptr);
|
||||
let _ = ::core::ptr::read_volatile(ptr);
|
||||
// wait for memory accesses to finish
|
||||
::core::arch::asm!("dmb");
|
||||
cortex_m::asm::dsb();
|
||||
}
|
||||
|
||||
#end_rst
|
||||
|
|
Loading…
Add table
Reference in a new issue