Skip to content

Commit 131a6b0

Browse files
committed
LP-585 Uncomment/fix openlrs debug
1 parent dbb5692 commit 131a6b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flight/pios/common/pios_openlrs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,13 +1276,13 @@ static void pios_openlrs_task(void *parameters)
12761276
}
12771277
} else {
12781278
// We timed out because packet was missed
1279-
DEBUG_PRINTF(3, "ISR Timeout. Missed packet: %d %d %d\r\n", delay, getInterval(&openlrs_dev->bind_data), time_since_packet_us);
1279+
// DEBUG_PRINTF(3, "ISR Timeout. Missed packet: %d %d %d\r\n", delay_ms, getInterval(&openlrs_dev->bind_data), time_since_packet_us);
12801280
pios_openlrs_rx_loop(openlrs_dev);
12811281
}
12821282

12831283
rssi_sampled = true;
12841284
} else {
1285-
// DEBUG_PRINTF(3, "ISR %d %d %d\r\n", delay, getInterval(&openlrs_dev->bind_data), time_since_packet_us);
1285+
// DEBUG_PRINTF(3, "ISR %d %d %d\r\n", delay_ms, getInterval(&openlrs_dev->bind_data), time_since_packet_us);
12861286

12871287
// Process incoming data
12881288
pios_openlrs_rx_loop(openlrs_dev);

0 commit comments

Comments
 (0)