mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4523 from hasnainvirk/eth_flag_lwip
Check Ethernet before including lwipopts_conf.hpull/4603/head
commit
b30481d266
|
@ -19,7 +19,9 @@
|
||||||
#ifndef LWIPOPTS_H
|
#ifndef LWIPOPTS_H
|
||||||
#define LWIPOPTS_H
|
#define LWIPOPTS_H
|
||||||
|
|
||||||
|
#if MBED_CONF_LWIP_ETHERNET_ENABLED
|
||||||
#include "lwipopts_conf.h"
|
#include "lwipopts_conf.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// Workaround for Linux timeval
|
// Workaround for Linux timeval
|
||||||
#if defined (TOOLCHAIN_GCC)
|
#if defined (TOOLCHAIN_GCC)
|
||||||
|
|
Loading…
Reference in New Issue