mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
include/nuttx/net/ethernet.h: Remove CONFIG_NET_ETHERNET guard
This commit is contained in:
@@ -49,8 +49,6 @@
|
||||
#include <stdint.h>
|
||||
#include <net/ethernet.h>
|
||||
|
||||
#ifdef CONFIG_NET_ETHERNET
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
@@ -138,5 +136,4 @@ EXTERN const struct ether_addr g_ipv6_ethallrouters; /* All link local routers
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_NET_ETHERNET */
|
||||
#endif /* __INCLUDE_NUTTX_NET_ETHERNET_H */
|
||||
|
||||
Reference in New Issue
Block a user