rust-embedded / cortex-m-quickstart

Template to develop bare metal applications for Cortex-M microcontrollers
791 stars 164 forks source link

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

Closed mmosesx closed 5 years ago

mmosesx commented 5 years ago

Hi,

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

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

korken89 commented 5 years ago

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