rust-embedded/cortex-m-quickstart

Missing use cortex_m::peripheral::NVIC; in device.rs

mmosesx opened this issue · 1 comments

Hi,

I could not get device.rs to work without adding
use cortex_m::peripheral::NVIC;

(or extend NVIC::pend(...) in line 54 accordingly.)

This is almost 1 year old, closing issue, reopen if needed