mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 07:45:34 +00:00
serial-term, radio-send: rm unused imports
This commit is contained in:
parent
f829ad46ae
commit
c81391066d
2 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
use cortex_m::asm;
|
||||
use cortex_m_rt::entry;
|
||||
use dk::ieee802154::{Packet, Channel, TxPower};
|
||||
use panic_log as _; // the panicking behavior
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
use core::sync::atomic::{AtomicBool, Ordering};
|
||||
use std::{
|
||||
fs::OpenOptions,
|
||||
io::{self, Read as _, Write as _},
|
||||
thread,
|
||||
time::Duration,
|
||||
|
|
Loading…
Reference in a new issue