summaryrefslogtreecommitdiff
path: root/nuttx/configs/z8encore000zco/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-11 20:31:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-11 20:31:36 +0000
commitbec5afdfb8ac3ef9abf83433f09bc711951479f1 (patch)
treeb5b62d62fe4c8eb9761abb6dd697784572e425bb /nuttx/configs/z8encore000zco/include
parent86afffb7b3441d1ac33e5b82136bd58c3b0e8a97 (diff)
downloadpx4-nuttx-bec5afdfb8ac3ef9abf83433f09bc711951479f1.tar.gz
px4-nuttx-bec5afdfb8ac3ef9abf83433f09bc711951479f1.tar.bz2
px4-nuttx-bec5afdfb8ac3ef9abf83433f09bc711951479f1.zip
Fixes for z8 compilation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@669 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/z8encore000zco/include')
-rw-r--r--nuttx/configs/z8encore000zco/include/board.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/nuttx/configs/z8encore000zco/include/board.h b/nuttx/configs/z8encore000zco/include/board.h
index 800752318..64632bee4 100644
--- a/nuttx/configs/z8encore000zco/include/board.h
+++ b/nuttx/configs/z8encore000zco/include/board.h
@@ -43,6 +43,18 @@
/****************************************************************************
* Definitions
****************************************************************************/
+
+/* LED pattern definitions */
+
+#define LED_STARTED 0
+#define LED_HEAPALLOCATE 1
+#define LED_IRQSENABLED 2
+#define LED_STACKCREATED 3
+#define LED_IDLE 4
+#define LED_INIRQ 5
+#define LED_ASSERTION 6
+#define LED_SIGNAL 6
+#define LED_PANIC 7
/****************************************************************************
* Public Functions