Merge pull request #2 from ferrous-systems/rm_unused_imports

serial-term, radio-send: rm unused imports
This commit is contained in:
Jorge Aparicio 2020-06-15 09:43:52 +00:00 committed by GitHub
commit b7297fa2ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,