Webserver only w/o any other functions, single thread. Running on STM32F013+W5500

Dependencies:   NTPClient W5500Interface Watchdog device_configuration eeprom_flash mbed-rpc-nucleo mbed-rtos mbed

Fork of F103-Serial-to-Ethernet by Chau Vo

Revision:
37:94b847fea94e
Parent:
36:dc6f079777bb
Child:
38:f8735ae519aa
--- a/main.cpp	Mon Jun 13 13:46:22 2016 +0000
+++ b/main.cpp	Mon Jun 13 22:41:29 2016 +0000
@@ -541,7 +541,7 @@
                         sprintf(str_time, "ERR");
                         udp_server.sendTo(ep_udp_client, str_time, strlen(str_time));
                     }
-#elif
+#else
                     WARN("NTP disabled");
                     sprintf(str_time, "DIS");
                     udp_server.sendTo(ep_udp_client, str_time, strlen(str_time));