feat(802.15.4): IEEE802.15.4 add some minor edits for readability

This commit is contained in:
Tan Yan Quan
2024-11-28 20:09:07 +08:00
parent 9039ffeb62
commit cdcf2973f7
7 changed files with 10 additions and 11 deletions

View File

@@ -277,12 +277,12 @@ void ieee802154_rx_buffer_statistic_clear(void);
* @brief Print the current IEEE802.15.4 rx buffer statistic.
*
*/
void ieee802154_rx_buffer_statistic_printf(void);
void ieee802154_rx_buffer_statistic_print(void);
#define IEEE802154_RX_BUFFER_STAT_IS_FREE(a) ieee802154_rx_buffer_statistic_is_free(a)
#else
#define IEEE802154_RX_BUFFER_STAT_IS_FREE(a)
#endif
#endif // CONFIG_IEEE802154_RX_BUFFER_STATISTIC
// TODO: replace etm code using common interface