]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/deluge/Blink/BlinkC.nc
Rename the TOSBoot to tosboot.
[tinyos-2.x.git] / apps / tests / deluge / Blink / BlinkC.nc
index d51432c8caadcc05af121b1e7894ac54e734a179..09b36ecb5c3f872d979291b59512f7a43cd8c133 100644 (file)
@@ -56,7 +56,7 @@ implementation
   {
     dbg("BlinkC", "Timer 0 fired @ %s.\n", sim_time_string());
 #ifndef BLINK_REVERSE
-    call Leds.led1Toggle();
+    call Leds.led0Toggle();
 #else
     call Leds.led2Toggle();
 #endif