adding resources firmware and 1/0/8

Dependencies:   Beep C12832_lcd EthernetInterface EthernetNetIf HTTPClient LM75B MMA7660 mbed-rtos mbed nsdl_lib

Fork of LWM2M_NanoService_Ethernet by MBED_DEMOS

Revision:
21:978281bfb26e
Parent:
2:7e489126fe7a
--- a/dbg.h	Tue Apr 08 01:02:06 2014 +0000
+++ b/dbg.h	Tue Oct 27 07:11:46 2015 +0000
@@ -9,6 +9,7 @@
 
 #if (DEBUG)
 extern Serial pc;
+
 #define NSDL_DEBUG(x, ...) pc.printf("[NSDL_DEBUG: %s:%d]" x "\r\n", __FILE__, __LINE__, ##__VA_ARGS__);
 #else
 #define NSDL_DEBUG(x, ...)