Skip to content

Commit 9ac5301

Browse files
author
Jarkko Paso
committed
MAC MLME: Removed BEA TX trace which was causing stack overflow
1 parent 5dee7b1 commit 9ac5301

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/MAC/IEEE802_15_4/mac_mlme.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,8 +1710,6 @@ int8_t mac_mlme_beacon_tx(protocol_interface_rf_mac_setup_s *rf_ptr)
17101710
}*/
17111711
}
17121712
buf->priority = MAC_PD_DATA_HIGH_PRIOTITY;
1713-
1714-
tr_debug("BEA tx");
17151713
mcps_sap_pd_req_queue_write(rf_ptr, buf);
17161714
sw_mac_stats_update(rf_ptr, STAT_MAC_BEA_TX_COUNT, 0);
17171715
return 0;

0 commit comments

Comments
 (0)