ieee802154: Blocks out a few more sections of template code to avoid warnings
This commit is contained in:
parent
ce8f2735ea
commit
4349538f92
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user