From bec5afdfb8ac3ef9abf83433f09bc711951479f1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 11 Feb 2008 20:31:36 +0000 Subject: Fixes for z8 compilation git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@669 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/z8encore000zco/include/board.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'nuttx/configs/z8encore000zco/include') 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 -- cgit v1.2.3