X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Finterfaces%2FLeds.nc;h=4f340bae0211a300d634061e8ea2f1b7afdf961e;hb=857a829a9dd7830efbf85b39aae30698c1059adb;hp=3b37613db22686561fa6b540b9d809800867f683;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;p=tinyos-2.x.git diff --git a/tos/interfaces/Leds.nc b/tos/interfaces/Leds.nc index 3b37613d..4f340bae 100644 --- a/tos/interfaces/Leds.nc +++ b/tos/interfaces/Leds.nc @@ -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: * *
 (call Leds.get() & LEDS_LED2)