From 39021902482ee2309e9234bb6f5c642500629b2b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 2 Apr 2010 14:38:08 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1834 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARMCM0-LPC1114-GCC/halconf.h | 2 +- demos/ARMCM0-LPC1114-GCC/mcuconf.h | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'demos') diff --git a/demos/ARMCM0-LPC1114-GCC/halconf.h b/demos/ARMCM0-LPC1114-GCC/halconf.h index eee631fe0..763b0019a 100644 --- a/demos/ARMCM0-LPC1114-GCC/halconf.h +++ b/demos/ARMCM0-LPC1114-GCC/halconf.h @@ -103,7 +103,7 @@ * @brief Enables the SERIAL subsystem. */ #if !defined(CH_HAL_USE_SERIAL) || defined(__DOXYGEN__) -#define CH_HAL_USE_SERIAL FALSE +#define CH_HAL_USE_SERIAL TRUE #endif /* diff --git a/demos/ARMCM0-LPC1114-GCC/mcuconf.h b/demos/ARMCM0-LPC1114-GCC/mcuconf.h index d87dccc7b..abab32579 100644 --- a/demos/ARMCM0-LPC1114-GCC/mcuconf.h +++ b/demos/ARMCM0-LPC1114-GCC/mcuconf.h @@ -25,11 +25,7 @@ * is enabled in halconf.h. * * IRQ priorities: - * 3 Lowest, priority level reserved for PENDSV, do not share or - * use for non-OS-capable low priority handlers. - * 2...1 Normal IRQs priority levels, use for OS-capable handlers. - * 0 Used by SVCALL, do not share or use for non-OS-capable high - * priority handlers. + * 3...0 Lowest...highest. */ /* -- cgit v1.2.3