Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
Bad Change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Mar 25, 2019
1 parent 04cf1d1 commit cedf7be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ble/link/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ impl<L: Logger, T: Timer, R: Transmitter> Connection<L, T, R> {
// expires after the IFS is over.
self.wants_to_send = true;
let send_at = rx_end + Duration::T_IFS;
let d = send_at.duration_since(hw.timer.now());
trace!(hw.logger, "DATA<-; {}; sending in {}", self.master_md, d);
trace!(hw.logger, "DATA<-; {}", self.master_md);
Ok(Cmd {
next_update: NextUpdate::At(send_at),
radio: RadioCmd::PrepareTx {
Expand Down

0 comments on commit cedf7be

Please sign in to comment.