summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/z16f2800100zcog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-02-18 23:03:32 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-02-18 23:03:32 +0000
commit5d7d1873a4aa9871393749df7fa73628efe26c67 (patch)
tree40a66bc96d042e171395f3c6ed03431ff75a3351 /nuttx/configs/z16f2800100zcog
parente51f5710235689cdee6ee05c5e3b155447422ca3 (diff)
Add LED logic
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@713 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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 c8d43eee3f..f5e562e310 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