Skip to content

Commit 7938795

Browse files
author
Juha Heiskanen
committed
Fixed new PD data request for check if EDFE exchange is active.
1 parent 85ab8fd commit 7938795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/MAC/IEEE802_15_4/mac_mcps_sap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ static int8_t mcps_pd_data_request(protocol_interface_rf_mac_setup_s *rf_ptr, ma
20962096
return -1;
20972097
}
20982098
rf_ptr->macTxRequestAck = buffer->WaitResponse;
2099-
if (!rf_ptr->mac_ack_tx_active) {
2099+
if (!rf_ptr->mac_ack_tx_active && !rf_ptr->mac_edfe_tx_active) {
21002100
return mcps_pd_data_cca_trig(rf_ptr, buffer);
21012101
} else {
21022102
return 0;

0 commit comments

Comments
 (0)