mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-13 16:05:13 +00:00
rm unused peripheral
This commit is contained in:
parent
0fc33297f8
commit
f8b38e1d88
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ use cortex_m::{asm, peripheral::NVIC};
|
|||
use embedded_hal::digital::v2::{OutputPin as _, StatefulOutputPin};
|
||||
#[cfg(feature = "beginner")]
|
||||
pub use hal::ieee802154;
|
||||
#[doc(hidden)]
|
||||
pub use hal::pac::{Peripherals, interrupt, Interrupt, NVIC_PRIO_BITS, RTC0};
|
||||
pub use hal::pac::{interrupt, Interrupt, NVIC_PRIO_BITS, RTC0};
|
||||
use hal::{
|
||||
clocks::{self, Clocks},
|
||||
gpio::{p0, Level, Output, Pin, Port, PushPull},
|
||||
|
|
Loading…
Reference in a new issue