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:
0:e1c4378df3fe
diff -r d94e3c9c37b2 -r b6a7959c8be0 NSPLightSwitchAction.h
--- a/NSPLightSwitchAction.h	Fri Sep 19 18:29:39 2014 +0000
+++ b/NSPLightSwitchAction.h	Fri Sep 26 05:55:44 2014 +0000
@@ -24,7 +24,7 @@
 
 class NSPLightSwitchAction : public LightSwitchAction {        
     public:
-        NSPLightSwitchAction(ErrorHandler *error_handler,Light *light);
+        NSPLightSwitchAction(Logger *logger,Light *light);
         virtual ~NSPLightSwitchAction(); 
         
         void on();