Merge pull request #11 from ferrous-systems/cargo_fmt_all_the_things

radio-send.rs: run cargo fmt
This commit is contained in:
Jorge Aparicio 2020-06-24 10:06:45 +00:00 committed by GitHub
commit 6386e6aeb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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]