nsp resources for the mbed nsp lighting endpoint

Dependencies:   nsdl_lib

Dependents:   mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet mbed_nsp_endpoint_nxp

Revision:
3:30c96bd77160
Parent:
0:b26c3526ee89
--- a/nsdl_support.h	Fri Sep 19 05:24:41 2014 +0000
+++ b/nsdl_support.h	Fri Sep 26 05:55:55 2014 +0000
@@ -3,7 +3,7 @@
 #ifndef NSDL_SUPPORT_H
 #define NSDL_SUPPORT_H
 
-#include "ErrorHandler.h"
+#include "Logger.h"
 
 #ifndef CELLULAR_NETWORK
 #include "EthernetInterface.h"
@@ -47,6 +47,6 @@
     #include "EthernetInterface.h"
     extern EthernetInterface ethernet;
 #endif
-extern ErrorHandler *error_handler;
+extern Logger *m_logger;
 
 #endif // NSDL_SUPPORT_H