]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/Leds.nc
Swapping HEAD and DEVEL branches
[tinyos-2.x.git] / tos / interfaces / Leds.nc
index 3b37613db22686561fa6b540b9d809800867f683..46e9a3b34d6804c29cf4732123da19f97027961e 100644 (file)
@@ -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>