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.
netCfg.h
00001 #ifndef NET_CFG_H 00002 #define NET_CFG_H 0 00003 00004 #define NET_TELIT_STACK 0 00005 #define NET_GPRS 0 00006 #define NET_PPP 0 00007 #define NET_ZG2100 0 00008 #define NET_ETH 1 00009 #define NET_USB_SERIAL 0 00010 #define NET_TELIT 0 00011 #define NET_USB 0 00012 #define NET_LWIP_STACK 1 00013 00014 // Enable Multicast on above IP stack(s). 00015 // 00016 #ifndef LWIP_RAND 00017 #include "mbed.h" 00018 #define LWIP_RAND() rand() 00019 #endif 00020 #define LWIP_IGMP 1 00021 00022 #endif
Generated on Tue Jul 12 2022 17:22:31 by
 1.7.2
 1.7.2