fix(802154): fix pending tx will be delayed issue
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user