Merge pull request #4523 from hasnainvirk/eth_flag_lwip

Check Ethernet before including lwipopts_conf.h
pull/4603/head
Anna Bridge 2017-06-20 11:40:23 +01:00 committed by GitHub
commit b30481d266
1 changed files with 2 additions and 0 deletions

View File

@ -19,7 +19,9 @@
#ifndef LWIPOPTS_H
#define LWIPOPTS_H
#if MBED_CONF_LWIP_ETHERNET_ENABLED
#include "lwipopts_conf.h"
#endif
// Workaround for Linux timeval
#if defined (TOOLCHAIN_GCC)