]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/olimexp169/SwitchToggleC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / platforms / olimexp169 / SwitchToggleC.nc
index 02762e64ca6f67cb9be4f5ecd144fea1e999e2d3..25ef1b9d3db0f9e6876ef395a1e2de8093976c7d 100644 (file)
@@ -79,9 +79,9 @@ implementation {
   task void sendEvent() {
     bool pinHigh;
     pinHigh = m_pinHigh;
-    
+
     signal Notify.notify( pinHigh );
-    
+
     if ( pinHigh ) {
       call GpioInterrupt.enableFallingEdge();
     } else {