nsp specific components for the NSP version of the impact endpoint

Dependents:   mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet mbed_nsp_endpoint_nxp

Revision:
28:b6a7959c8be0
Parent:
5:94d000e6fa70
--- a/NSPio.h	Fri Sep 19 18:29:39 2014 +0000
+++ b/NSPio.h	Fri Sep 26 05:55:44 2014 +0000
@@ -31,7 +31,7 @@
         MBEDio                *m_mbed_io;
         
      public:
-        NSPio(ErrorHandler *error_handler,Resource *resource,sn_send_observation_t obs_sender);
+        NSPio(Logger *logger,Resource *resource,sn_send_observation_t obs_sender);
         NSPio(MBEDio *mbed_io,sn_send_observation_t obs_sender);
         virtual ~NSPio();