Need to include a bit of embassy for the NVIC.
This commit is contained in:
parent
9deafa8bab
commit
16c88e3094
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
mod example_common;
|
mod example_common;
|
||||||
use example_common::*;
|
use example_common::*;
|
||||||
|
|
||||||
|
use embassy_stm32 as _;
|
||||||
|
|
||||||
|
|
||||||
#[cortex_m_rt::entry]
|
#[cortex_m_rt::entry]
|
||||||
fn main() -> ! {
|
fn main() -> ! {
|
||||||
info!("Hello World!");
|
info!("Hello World!");
|
||||||
|
|
Loading…
Reference in a new issue