ieee802154: Blocks out a few more sections of template code to avoid warnings

This commit is contained in:
Anthony Merlino 2017-06-26 01:27:08 -04:00
parent ce8f2735ea
commit 4349538f92
2 changed files with 4 additions and 0 deletions

View File

@ -76,8 +76,10 @@
int mac802154_req_purge(MACHANDLE mac, uint8_t msdu_handle)
{
#if 0
FAR struct ieee802154_privmac_s *priv =
(FAR struct ieee802154_privmac_s *)mac;
#endif
return -ENOTTY;
}

View File

@ -72,7 +72,9 @@
int mac802154_req_rxenable(MACHANDLE mac,
FAR struct ieee802154_rxenable_req_s *req)
{
#if 0
FAR struct ieee802154_privmac_s * priv =
(FAR struct ieee802154_privmac_s *)mac;
#endif
return -ENOTTY;
}