Modified for W5500 Ethernet initialize

Dependencies:   GMMP_mbed_Ethernet_Reinit NTPClient WIZnet_Library mbed

Fork of ThingPlug_Ethernet_Example by SKTelecom_ThingPlug

Revision:
4:68258ee33896
Parent:
1:468ac9167975
Child:
5:dc12a979116c
--- a/main.cpp	Mon Aug 10 02:05:55 2015 +0000
+++ b/main.cpp	Wed Aug 12 02:15:55 2015 +0000
@@ -299,7 +299,7 @@
 
 int setup(void) {
 
-   	pc.baud(9600);
+   	//pc.baud(9600);
 
     g_t.start();
 
@@ -434,6 +434,8 @@
 }
 
 int main() {
+	
+	pc.baud(115200);
 
     if( setup() < 0 ) return 0;