Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vad7 committed Feb 27, 2023
1 parent 32f411d commit bb99731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrf24batch.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ uint8_t nrf24_send_packet()
}
} else notification_message(APP->notification, &sequence_blink_red_100);
NRF_time = furi_get_tick();
FURI_LOG_D(TAG, "Send packet: %d%s", rw_type, send_status, NRF_last_packet_send_st, send_status == sst_receiving ? ", Receiving" : "");
FURI_LOG_D(TAG, "Send packet: %d%s", NRF_last_packet_send_st, send_status == sst_receiving ? ", Receiving" : "");
return NRF_last_packet_send_st;
}

Expand Down

0 comments on commit bb99731

Please sign in to comment.