mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-10-31 22:28:49 +00:00
Merge pull request #11 from ferrous-systems/cargo_fmt_all_the_things
radio-send.rs: run cargo fmt
This commit is contained in:
commit
6386e6aeb7
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