Revision ad769b27
monl/plugins/rtt_measure.cpp | ||
---|---|---|
77 | 77 |
else |
78 | 78 |
r[R_REPLY_TIME] = NAN; |
79 | 79 |
} else { |
80 |
snprintf(dbg, sizeof(dbg), "TX: Ts: %f seq#: %f", r[R_SEND_TIME], r[R_SEQNUM], last_time_rx, r[R_REPLY_TIME]);
|
|
80 |
snprintf(dbg, sizeof(dbg), "TX: Ts: %f seq#: %f", r[R_SEND_TIME], r[R_SEQNUM]); |
|
81 | 81 |
debugOutput(dbg); |
82 | 82 |
} |
83 | 83 |
return NAN; |
Also available in: Unified diff