Need to include a bit of embassy for the NVIC.

This commit is contained in:
Bob McWhirter 2021-11-02 15:58:40 -04:00
parent 9deafa8bab
commit 16c88e3094

View file

@ -6,6 +6,9 @@
mod example_common;
use example_common::*;
use embassy_stm32 as _;
#[cortex_m_rt::entry]
fn main() -> ! {
info!("Hello World!");