serial-term, radio-send: rm unused imports

This commit is contained in:
Lotte Steenbrink 2020-06-15 11:42:37 +02:00
parent f829ad46ae
commit c81391066d
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -1,6 +1,5 @@
use core::sync::atomic::{AtomicBool, Ordering};
use std::{
fs::OpenOptions,
io::{self, Read as _, Write as _},
thread,
time::Duration,