diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-12-16 18:37:36 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-12-16 18:37:36 +0100 |
| commit | 4345c105963cee061acf26bec207fab2859fb164 (patch) | |
| tree | 741bd7d418f9bca9ee942367047b68d45eb62389 /src | |
| parent | 9757c33b0051900fa6c5581be413880d07a237d2 (diff) | |
properly handle #[cfg] (conditional compilation) on resources
Diffstat (limited to 'src')
| -rw-r--r-- | src/export.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/export.rs b/src/export.rs index c1eeb87..ed40b62 100644 --- a/src/export.rs +++ b/src/export.rs @@ -10,7 +10,6 @@ pub use cortex_m::{ asm::wfi, interrupt, peripheral::scb::SystemHandler, peripheral::syst::SystClkSource, peripheral::Peripherals, }; -pub use cortex_m_rt::{entry, exception}; pub use heapless::consts; use heapless::spsc::{Queue, SingleCore}; |
