net: ieee802154: remove duplicate definition
`IEEE802154_MAX_ADDR_LENGTH` was defined in 2 headers, keep one only. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
faa74e68c2
commit
926ce3cefe
1 changed files with 1 additions and 3 deletions
|
@ -12,6 +12,7 @@
|
|||
#ifndef ZEPHYR_INCLUDE_NET_IEEE802154_MGMT_H_
|
||||
#define ZEPHYR_INCLUDE_NET_IEEE802154_MGMT_H_
|
||||
|
||||
#include <net/ieee802154.h>
|
||||
#include <net/net_mgmt.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -26,9 +27,6 @@ extern "C" {
|
|||
*/
|
||||
|
||||
|
||||
#define IEEE802154_MAX_ADDR_LENGTH 8
|
||||
|
||||
|
||||
#define _NET_IEEE802154_LAYER NET_MGMT_LAYER_L2
|
||||
#define _NET_IEEE802154_CODE 0x154
|
||||
#define _NET_IEEE802154_BASE (NET_MGMT_IFACE_BIT | \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue