From d85a6b5e74dbbf82ef5ed1518d9c588356a11251 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 13 May 2009 16:19:05 +0000 Subject: 1st cut at lm3s6918 interrupt handling git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1776 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/eagle100/src/up_boot.c | 4 ---- nuttx/configs/eagle100/src/up_leds.c | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'nuttx/configs/eagle100/src') diff --git a/nuttx/configs/eagle100/src/up_boot.c b/nuttx/configs/eagle100/src/up_boot.c index eec11f94d..602147e1b 100644 --- a/nuttx/configs/eagle100/src/up_boot.c +++ b/nuttx/configs/eagle100/src/up_boot.c @@ -68,8 +68,4 @@ void lm3s_boardinitialize(void) { -#warning "Missing logic" -#ifdef CONFIG_NET -# warning "Missing logic" -#endif } diff --git a/nuttx/configs/eagle100/src/up_leds.c b/nuttx/configs/eagle100/src/up_leds.c index 300d63c0e..43c9e8e70 100644 --- a/nuttx/configs/eagle100/src/up_leds.c +++ b/nuttx/configs/eagle100/src/up_leds.c @@ -46,6 +46,7 @@ #include "chip.h" #include "up_arch.h" #include "up_internal.h" +#include "lm3s_internal.h" /**************************************************************************** * Definitions -- cgit v1.2.3