]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/Leds.nc
Add an async version of ReadRef.
[tinyos-2.x.git] / tos / interfaces / Leds.nc
index 3b37613db22686561fa6b540b9d809800867f683..4f340bae0211a300d634061e8ea2f1b7afdf961e 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 
-/*                                                                     tab:4
+/*
  * "Copyright (c) 2005-2005 The Regents of the University  of California.  
  * All rights reserved.
  *
@@ -92,7 +92,7 @@ interface Leds {
   /**
    * Get the current LED settings as a bitmask. Each bit corresponds to
    * whether an LED is on; bit 0 is LED 0, bit 1 is LED 1, etc. You can
-   * also use the enums LED_LED0, LED_LED1. For example, this expression
+   * also use the enums LEDS_LED0, LEDS_LED1. For example, this expression
    * will determine whether LED 2 is on:
    *
    * <pre> (call Leds.get() & LEDS_LED2) </pre>