summaryrefslogtreecommitdiff
path: root/nuttx/configs/z16f2800100zcog/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-25 17:49:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-25 17:49:43 +0000
commit347fa8f13710529e0306c2d894e3ea4f05534918 (patch)
tree67c25d0d51af7e78da47d381dc524df98a10d6fa /nuttx/configs/z16f2800100zcog/include
parentc93c3e4c38b095e65cfc374f1cfee094e141f0fb (diff)
downloadpx4-nuttx-347fa8f13710529e0306c2d894e3ea4f05534918.tar.gz
px4-nuttx-347fa8f13710529e0306c2d894e3ea4f05534918.tar.bz2
px4-nuttx-347fa8f13710529e0306c2d894e3ea4f05534918.zip
Add z16f system exception handling logic.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@564 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/z16f2800100zcog/include')
-rw-r--r--nuttx/configs/z16f2800100zcog/include/board.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/nuttx/configs/z16f2800100zcog/include/board.h b/nuttx/configs/z16f2800100zcog/include/board.h
index 492106abb..774ca92c1 100644
--- a/nuttx/configs/z16f2800100zcog/include/board.h
+++ b/nuttx/configs/z16f2800100zcog/include/board.h
@@ -57,10 +57,11 @@
#define LED_STARTED 0
#define LED_HEAPALLOCATE 1
#define LED_IRQSENABLED 2
-#define LED_IDLE 3
-#define LED_INIRQ 4
-#define LED_ASSERTION 5
-#define LED_PANIC 6
+#define LED_STACKCREATED 3
+#define LED_IDLE 4
+#define LED_INIRQ 5
+#define LED_ASSERTION 6
+#define LED_PANIC 7
/****************************************************************************
* Public Functions