ThingPlug GMMP library for mbed

Dependents:   ThingPlug_WiFi_Example_2 ThingPlug_Ethernet_Example ThingPlug_Ethernet_Example_temp_V2

Fork of GMMP_2 by Sangmin Lee

Revision:
4:a1e5bf5ba925
Parent:
2:0c4e3edf2918
Child:
5:e210cb961300
--- a/GMMP.cpp	Sun Aug 09 15:02:18 2015 +0000
+++ b/GMMP.cpp	Wed Aug 12 06:49:02 2015 +0000
@@ -54,9 +54,9 @@
 	#ifdef USE_WIZNET_W5500
 	#include "WIZnetInterface.h"
 	SPI spi(PA_7, PA_6, PA_5); // mosi, miso, sclk
-	char g_memory_guard_before[16];
+	//char g_memory_guard_before[16];
     WIZnetInterface ethernet(&spi, PB_6, PA_9);//scs(PB_6), nRESET(PA_9); // reset pin is dummy, don't affect any pin of WIZ550io
-    char g_memory_guard_after[16];
+    //char g_memory_guard_after[16];
 	#endif//USE_WIZNET_W5500
 #endif