summaryrefslogtreecommitdiff
path: root/nuttx/configs/mbed/src/up_leds.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mbed/src/up_leds.c')
-rw-r--r--nuttx/configs/mbed/src/up_leds.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/configs/mbed/src/up_leds.c b/nuttx/configs/mbed/src/up_leds.c
index c4c28691a..520ef358d 100644
--- a/nuttx/configs/mbed/src/up_leds.c
+++ b/nuttx/configs/mbed/src/up_leds.c
@@ -96,14 +96,14 @@ debug functionality (where NC means "No Change").
During the boot phases. LED1 and LED2 will show boot status. LED3/4 Not used.
- LED1 LED2
-STARTED OFF OFF
-HEAPALLOCATE BLUE OFF
+ LED1 LED2
+STARTED OFF OFF
+HEAPALLOCATE BLUE OFF
IRQSENABLED OFF BLUE
-STACKCREATED OFF OFF
+STACKCREATED OFF OFF
After the system is booted, this logic will no longer use LEDs 1 & 2. They
-are available together with LED3 for use the application software using
+are available together with LED3 for use the application software using
lpc17_led (prototyped below)
*/