From a113aa53d96d039d28e3e54ba79b2aae6a524ca5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 7 Nov 2008 16:28:17 +0000 Subject: Basic SCI support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1152 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/us7032evb1/src/up_leds.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'nuttx/configs/us7032evb1/src') diff --git a/nuttx/configs/us7032evb1/src/up_leds.c b/nuttx/configs/us7032evb1/src/up_leds.c index fb2eda376..2e711471a 100644 --- a/nuttx/configs/us7032evb1/src/up_leds.c +++ b/nuttx/configs/us7032evb1/src/up_leds.c @@ -67,7 +67,9 @@ #ifdef CONFIG_ARCH_LEDS void up_ledinit(void) { -#warning "To be provided" + /* The SH1_LPEVB has no user controllable LEDs. This is provided only + * in the event that CONFIG_ARCH_LEDs is enabled. + */ } /**************************************************************************** @@ -76,7 +78,9 @@ void up_ledinit(void) void up_ledon(int led) { -#warning "To be provided" + /* The SH1_LPEVB has no user controllable LEDs. This is provided only + * in the event that CONFIG_ARCH_LEDs is enabled. + */ } /**************************************************************************** @@ -85,6 +89,8 @@ void up_ledon(int led) void up_ledoff(int led) { -#warning "To be provided" + /* The SH1_LPEVB has no user controllable LEDs. This is provided only + * in the event that CONFIG_ARCH_LEDs is enabled. + */ } #endif /* CONFIG_ARCH_LEDS */ -- cgit v1.2.3