diff options
| author | Harry Brooke <[email protected]> | 2024-03-10 22:51:42 +0000 |
|---|---|---|
| committer | Harry Brooke <[email protected]> | 2024-03-10 22:51:42 +0000 |
| commit | f761f721bc42decc5ee7f2669381de16b2f89ab7 (patch) | |
| tree | d56c0cea811df0d581a883e2d92a5d8a7368d49c | |
| parent | 2d7ec281e8843575b56982e8e2bc2159c6386111 (diff) | |
fix ci
| -rw-r--r-- | embassy-stm32/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/build.rs b/embassy-stm32/build.rs index ce8283540..cee2d7e92 100644 --- a/embassy-stm32/build.rs +++ b/embassy-stm32/build.rs | |||
| @@ -607,7 +607,7 @@ fn main() { | |||
| 607 | let _ = ::core::ptr::read_volatile(ptr); | 607 | let _ = ::core::ptr::read_volatile(ptr); |
| 608 | let _ = ::core::ptr::read_volatile(ptr); | 608 | let _ = ::core::ptr::read_volatile(ptr); |
| 609 | // wait for memory accesses to finish | 609 | // wait for memory accesses to finish |
| 610 | ::core::arch::asm!("dmb"); | 610 | cortex_m::asm::dsb(); |
| 611 | } | 611 | } |
| 612 | 612 | ||
| 613 | #end_rst | 613 | #end_rst |
