mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
bugfix(wifi): Define ETH_ALEN for IPV6 Communication Type
This commit is contained in:
@@ -31,6 +31,9 @@
|
|||||||
#else
|
#else
|
||||||
#define EXAMPLE_NAN_SVC_MSG "Hello"
|
#define EXAMPLE_NAN_SVC_MSG "Hello"
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef ETH_ALEN
|
||||||
|
#define ETH_ALEN 6
|
||||||
|
#endif
|
||||||
|
|
||||||
static const char *TAG = "subscriber";
|
static const char *TAG = "subscriber";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user