iana.h: Prefix #defines with LWIP_

This commit is contained in:
Dirk Ziegelmeier
2017-08-08 11:21:11 +02:00
parent 79a08c9fee
commit 5193844ac4
3 changed files with 5 additions and 4 deletions

View File

@@ -42,7 +42,8 @@
extern "C" {
#endif
#define IANA_HWTYPE_ETHERNET 1
/** Hardware types */
#define LWIP_IANA_HWTYPE_ETHERNET 1
#ifdef __cplusplus
}