aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-02 14:38:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-02 14:38:08 +0000
commit39021902482ee2309e9234bb6f5c642500629b2b (patch)
treed27ac9e0649d9448ed8779ff26822f60dac93ca4 /demos
parent946e895798593421d93e9d5f510504405f9e1c8d (diff)
downloadChibiOS-39021902482ee2309e9234bb6f5c642500629b2b.tar.gz
ChibiOS-39021902482ee2309e9234bb6f5c642500629b2b.tar.bz2
ChibiOS-39021902482ee2309e9234bb6f5c642500629b2b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1834 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/ARMCM0-LPC1114-GCC/halconf.h2
-rw-r--r--demos/ARMCM0-LPC1114-GCC/mcuconf.h6
2 files changed, 2 insertions, 6 deletions
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.
*/
/*