Skip to content

Commit bb99731

Browse files
committed
fix
1 parent 32f411d commit bb99731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf24batch.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ uint8_t nrf24_send_packet()
295295
}
296296
} else notification_message(APP->notification, &sequence_blink_red_100);
297297
NRF_time = furi_get_tick();
298-
FURI_LOG_D(TAG, "Send packet: %d%s", rw_type, send_status, NRF_last_packet_send_st, send_status == sst_receiving ? ", Receiving" : "");
298+
FURI_LOG_D(TAG, "Send packet: %d%s", NRF_last_packet_send_st, send_status == sst_receiving ? ", Receiving" : "");
299299
return NRF_last_packet_send_st;
300300
}
301301

0 commit comments

Comments
 (0)