summaryrefslogtreecommitdiff
path: root/nuttx/configs/z16f2800100zcog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-18 23:03:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-18 23:03:32 +0000
commitb646eb48cc56cac50ee19e2b7c9304a3ed6809c4 (patch)
tree40a66bc96d042e171395f3c6ed03431ff75a3351 /nuttx/configs/z16f2800100zcog
parent2b012244afcce127668028d6c8ed47df33c00326 (diff)
downloadpx4-nuttx-b646eb48cc56cac50ee19e2b7c9304a3ed6809c4.tar.gz
px4-nuttx-b646eb48cc56cac50ee19e2b7c9304a3ed6809c4.tar.bz2
px4-nuttx-b646eb48cc56cac50ee19e2b7c9304a3ed6809c4.zip
Add LED logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@713 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/z16f2800100zcog')
-rw-r--r--nuttx/configs/z16f2800100zcog/include/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/z16f2800100zcog/include/board.h b/nuttx/configs/z16f2800100zcog/include/board.h
index c8d43eee3..f5e562e31 100644
--- a/nuttx/configs/z16f2800100zcog/include/board.h
+++ b/nuttx/configs/z16f2800100zcog/include/board.h
@@ -60,9 +60,9 @@
#define LED_STACKCREATED 3
#define LED_IDLE 4
#define LED_INIRQ 5
-#define LED_ASSERTION 6
#define LED_SIGNAL 6
-#define LED_PANIC 7
+#define LED_ASSERTION 7
+#define LED_PANIC 8
/****************************************************************************
* Public Functions