mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-24 14:58:09 +00:00
radio-send.rs: run cargo fmt
This commit is contained in:
parent
1548a036ce
commit
f52ea9e6aa
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#![no_std]
|
||||
|
||||
use cortex_m_rt::entry;
|
||||
use dk::ieee802154::{Packet, Channel, TxPower};
|
||||
use dk::ieee802154::{Channel, Packet, TxPower};
|
||||
use panic_log as _; // the panicking behavior
|
||||
|
||||
#[entry]
|
||||
|
|
Loading…
Reference in a new issue