GDP group 24 node core

Dependencies:   EthernetInterface SDFileSystem mbed-rtos mbed snail MbedJSONValue

Revision:
19:70c911d35e67
Parent:
0:fcab3b154e49
--- a/sdcard.h	Tue Jan 13 23:38:55 2015 +0000
+++ b/sdcard.h	Tue Jan 13 23:40:29 2015 +0000
@@ -7,6 +7,5 @@
         sdcard(); // MOSI, MISO, CKL, CS -> PINS 2, 7, 5, 1, ON SD CARD WITH 4=VCC, 6=GND, 8,9=NC
         int write(long int time_holder, d_reply data);
     private:
-        map<char,string> typeLookup;
         SDFileSystem sd;
 };
\ No newline at end of file