Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027_Support
Dependents: HelloC027Interface U_Blox_DeviceConnector U_Blox_DeviceConnector U-Blox_Client
Fork of LWIPInterface by
Diff: lwipopts.h
- Revision:
- 10:f0a1f6527def
- Parent:
- 6:ebba105e893b
--- a/lwipopts.h Wed Mar 09 06:02:50 2016 +0000 +++ b/lwipopts.h Thu Mar 31 11:55:52 2016 +0000 @@ -21,6 +21,12 @@ #include "lwipopts_conf.h" +// Workaround for Linux timeval +#if defined (TOOLCHAIN_GCC) +#define LWIP_TIMEVAL_PRIVATE 0 +#include <sys/time.h> +#endif + // Operating System #define NO_SYS 0
