Skip to content

Commit a2997b1

Browse files
author
Jarkko Paso
committed
FHSS: Removed debug trace which was causing crash
1 parent 3b6a921 commit a2997b1

File tree

1 file changed

+0
-1
lines changed
  • source/Service_Libs/fhss

1 file changed

+0
-1
lines changed

source/Service_Libs/fhss/fhss.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,6 @@ static int fhss_tx_handle_callback(const fhss_api_t *api, bool is_broadcast_addr
980980
if (frame_type == FHSS_DATA_FRAME) {
981981
if (is_broadcast_addr == true) {
982982
if (fhss_is_current_channel_broadcast(fhss_structure) == false) {
983-
tr_info("Broadcast on UC channel -> Back to queue");
984983
return -3;
985984
}
986985
}

0 commit comments

Comments
 (0)