diff options
| author | Bob McWhirter <[email protected]> | 2021-11-02 15:58:40 -0400 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-11-02 15:58:40 -0400 |
| commit | 16c88e30946370c4b13b1766d6527686992b0719 (patch) | |
| tree | 710e934887a7ad6bac730dbe0b926ac5b80f8962 /examples | |
| parent | 9deafa8bab6c2ba4fef91a964defdf7f24c52d05 (diff) | |
Need to include a bit of embassy for the NVIC.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32u5/src/bin/boot.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/stm32u5/src/bin/boot.rs b/examples/stm32u5/src/bin/boot.rs index 5a7575e2d..4aca7815c 100644 --- a/examples/stm32u5/src/bin/boot.rs +++ b/examples/stm32u5/src/bin/boot.rs | |||
| @@ -6,6 +6,9 @@ | |||
| 6 | mod example_common; | 6 | mod example_common; |
| 7 | use example_common::*; | 7 | use example_common::*; |
| 8 | 8 | ||
| 9 | use embassy_stm32 as _; | ||
| 10 | |||
| 11 | |||
| 9 | #[cortex_m_rt::entry] | 12 | #[cortex_m_rt::entry] |
| 10 | fn main() -> ! { | 13 | fn main() -> ! { |
| 11 | info!("Hello World!"); | 14 | info!("Hello World!"); |
