mirror of
https://github.com/apache/nuttx.git
synced 2026-09-23 07:14:28 +08:00
ieee802154: Minor renaming. purge_time -> purgetime
This commit is contained in:
@@ -84,7 +84,7 @@ struct ieee802154_txdesc_s
|
||||
* control how tx done is handled */
|
||||
bool framepending; /* Did the ACK have the frame pending bit
|
||||
* bit set */
|
||||
uint32_t purge_time; /* Time to purge transaction */
|
||||
uint32_t purgetime; /* Time to purge transaction */
|
||||
|
||||
/* TODO: Add slotting information for GTS transactions */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user