Skip to content

Commit

Permalink
fixup! ieee802154_submac: add initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jia200x committed Sep 9, 2020
1 parent 323c99e commit fbbb882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/net/ieee802154/submac.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ typedef struct {
* This function is called from the SubMAC to indicate a IEEE 802.15.4
* frame is ready to be fetched from the device.
*
* If @ref ieee802154_submac_t::state is @ref NETOPT_STATE_LISTEN, the
* If @ref ieee802154_submac_t::state is @ref IEEE802154_STATE_LISTEN, the
* SubMAC is ready to receive frames.
*
* @note ACK frames are automatically handled and discarded by the SubMAC.
Expand Down

0 comments on commit fbbb882

Please sign in to comment.