aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
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.
*/
/*