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

Commit cedf7be

Browse files
Bad Change
1 parent 04cf1d1 commit cedf7be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ble/link/connection.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,7 @@ impl<L: Logger, T: Timer, R: Transmitter> Connection<L, T, R> {
174174
// expires after the IFS is over.
175175
self.wants_to_send = true;
176176
let send_at = rx_end + Duration::T_IFS;
177-
let d = send_at.duration_since(hw.timer.now());
178-
trace!(hw.logger, "DATA<-; {}; sending in {}", self.master_md, d);
177+
trace!(hw.logger, "DATA<-; {}", self.master_md);
179178
Ok(Cmd {
180179
next_update: NextUpdate::At(send_at),
181180
radio: RadioCmd::PrepareTx {

0 commit comments

Comments
 (0)