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
--- a/NSPLightSwitchAction.cpp	Fri Sep 19 18:29:39 2014 +0000
+++ b/NSPLightSwitchAction.cpp	Fri Sep 26 05:55:44 2014 +0000
@@ -22,7 +22,7 @@
  NSPLightSwitchAction *_switchAction = NULL;
  
  // default constructor
- NSPLightSwitchAction::NSPLightSwitchAction(ErrorHandler *error_handler,Light *light) : LightSwitchAction(error_handler,light) {
+ NSPLightSwitchAction::NSPLightSwitchAction(Logger *logger,Light *light) : LightSwitchAction(logger,light) {
     _switchAction = this;
  }