mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-24 14:58:09 +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_main]
|
||||||
#![no_std]
|
#![no_std]
|
||||||
|
|
||||||
use cortex_m::asm;
|
|
||||||
use cortex_m_rt::entry;
|
use cortex_m_rt::entry;
|
||||||
use dk::ieee802154::{Packet, Channel, TxPower};
|
use dk::ieee802154::{Packet, Channel, TxPower};
|
||||||
use panic_log as _; // the panicking behavior
|
use panic_log as _; // the panicking behavior
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
use core::sync::atomic::{AtomicBool, Ordering};
|
use core::sync::atomic::{AtomicBool, Ordering};
|
||||||
use std::{
|
use std::{
|
||||||
fs::OpenOptions,
|
|
||||||
io::{self, Read as _, Write as _},
|
io::{self, Read as _, Write as _},
|
||||||
thread,
|
thread,
|
||||||
time::Duration,
|
time::Duration,
|
||||||
|
|
Loading…
Reference in a new issue