code that uses Watchdog to reset Mbed every 30seconds. After 30-60mins, the ethernet interface fails to setup() after WatchDog reset.

Dependencies:   mbed

Committer:
eqon
Date:
Thu Jun 07 05:44:29 2012 +0000
Revision:
0:0ce833f21e63

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
eqon 0:0ce833f21e63 1 //This file has been auto-generated, please do not modify here.
eqon 0:0ce833f21e63 2 #ifndef __ETHERNETNETIF_CONFIG_H
eqon 0:0ce833f21e63 3 #define NET_TELIT_STACK 0
eqon 0:0ce833f21e63 4 #define NET_GPRS 0
eqon 0:0ce833f21e63 5 #define NET_PPP 0
eqon 0:0ce833f21e63 6 #define NET_ZG2100 0
eqon 0:0ce833f21e63 7 #define TARGET_LPC1768 1
eqon 0:0ce833f21e63 8 #define NET_GPRS_MODULE 0
eqon 0:0ce833f21e63 9 #define NET_ETH 1
eqon 0:0ce833f21e63 10 #define NET_USB_SERIAL 0
eqon 0:0ce833f21e63 11 #define NET_CFG_H 1
eqon 0:0ce833f21e63 12 #define NET_USB 0
eqon 0:0ce833f21e63 13 #define NET_LWIP_STACK 1
eqon 0:0ce833f21e63 14 #endif