mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-27 00:08:06 +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]
|
#![no_std]
|
||||||
|
|
||||||
use cortex_m_rt::entry;
|
use cortex_m_rt::entry;
|
||||||
use dk::ieee802154::{Packet, Channel, TxPower};
|
use dk::ieee802154::{Channel, Packet, TxPower};
|
||||||
use panic_log as _; // the panicking behavior
|
use panic_log as _; // the panicking behavior
|
||||||
|
|
||||||
#[entry]
|
#[entry]
|
||||||
|
|
Loading…
Reference in a new issue