aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/LPC11xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-09 19:37:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-09 19:37:58 +0000
commita2708c091beb3331967dff2af9a9232744427de4 (patch)
treeb6b7e640ea6ac6876c291f9c09acdac3fc26847d /testhal/LPC11xx
parent3de75ec6c3c29edde55edfa75f2db26c198de35a (diff)
downloadChibiOS-a2708c091beb3331967dff2af9a9232744427de4.tar.gz
ChibiOS-a2708c091beb3331967dff2af9a9232744427de4.tar.bz2
ChibiOS-a2708c091beb3331967dff2af9a9232744427de4.zip
Updated all halconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3777 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/LPC11xx')
-rw-r--r--testhal/LPC11xx/IRQ_STORM/halconf.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/testhal/LPC11xx/IRQ_STORM/halconf.h b/testhal/LPC11xx/IRQ_STORM/halconf.h
index f9a1b78f6..944627bb4 100644
--- a/testhal/LPC11xx/IRQ_STORM/halconf.h
+++ b/testhal/LPC11xx/IRQ_STORM/halconf.h
@@ -35,6 +35,13 @@
#include "mcuconf.h"
/**
+ * @brief Enables the TM subsystem.
+ */
+#if !defined(HAL_USE_TM) || defined(__DOXYGEN__)
+#define HAL_USE_TM TRUE
+#endif
+
+/**
* @brief Enables the PAL subsystem.
*/
#if !defined(HAL_USE_PAL) || defined(__DOXYGEN__)
@@ -66,7 +73,7 @@
* @brief Enables the GPT subsystem.
*/
#if !defined(HAL_USE_GPT) || defined(__DOXYGEN__)
-#define HAL_USE_GPT TRUE
+#define HAL_USE_GPT FALSE
#endif
/**