radio-send.rs: run cargo fmt

This commit is contained in:
Lotte Steenbrink 2020-06-24 11:45:43 +02:00
parent 1548a036ce
commit f52ea9e6aa

View file

@ -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]