Need to include a bit of embassy for the NVIC.
This commit is contained in:
parent
9deafa8bab
commit
16c88e3094
@ -6,6 +6,9 @@
|
||||
mod example_common;
|
||||
use example_common::*;
|
||||
|
||||
use embassy_stm32 as _;
|
||||
|
||||
|
||||
#[cortex_m_rt::entry]
|
||||
fn main() -> ! {
|
||||
info!("Hello World!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user