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