fix(802154): fix pending tx will be delayed issue

This commit is contained in:
zwx
2024-01-31 21:42:51 +08:00
committed by BOT
parent adc49dfed7
commit dcc52cd975
2 changed files with 13 additions and 4 deletions
@@ -95,6 +95,7 @@ typedef enum {
} ieee802154_ll_rx_abort_reason_t;
typedef uint32_t ieee802154_ll_rx_abort_events;
#define IEEE802154_RX_ABORT_ALL 0x7fffffff
/**
* @brief IEEE802154 transmission failed reason.
@@ -118,6 +119,7 @@ typedef enum {
} ieee802154_ll_tx_abort_reason_t;
typedef uint32_t ieee802154_ll_tx_abort_events;
#define IEEE802154_TX_ABORT_ALL 0x7fffffff
/**
* @brief IEEE802154 CCA mode.