Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery committed Sep 8, 2021
1 parent 1b92188 commit f6f40ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/virtual_device/udp_radio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ impl<'a> radio::PhyRxTx for UdpRadio<'a> {
if let Err(e) = self.udp_sender.try_send(packet.into()) {
panic!("UdpTx Queue Overflow! {}", e)
}

// units are in millis here because
// the lorawan device stack operates in millis
Ok(radio::Response::TxDone(
Expand Down

0 comments on commit f6f40ee

Please sign in to comment.