diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-05 07:20:47 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-05 07:20:47 +0000 |
commit | 31e1c7be6d83211a10ce5ea9629ee466fb9bdd6c (patch) | |
tree | 63530718ac715ef9c6775e9f2fce0426061adca1 /testhal/LPC11xx/IRQ_STORM/halconf.h | |
parent | ad8290460d4f252fde3fcf435e525268ea0854df (diff) | |
download | ChibiOS-31e1c7be6d83211a10ce5ea9629ee466fb9bdd6c.tar.gz ChibiOS-31e1c7be6d83211a10ce5ea9629ee466fb9bdd6c.tar.bz2 ChibiOS-31e1c7be6d83211a10ce5ea9629ee466fb9bdd6c.zip |
Fixed bug 3523322.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4159 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/LPC11xx/IRQ_STORM/halconf.h')
-rw-r--r-- | testhal/LPC11xx/IRQ_STORM/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/LPC11xx/IRQ_STORM/halconf.h b/testhal/LPC11xx/IRQ_STORM/halconf.h index c9b3ad25a..08b919c73 100644 --- a/testhal/LPC11xx/IRQ_STORM/halconf.h +++ b/testhal/LPC11xx/IRQ_STORM/halconf.h @@ -73,7 +73,7 @@ * @brief Enables the GPT subsystem.
*/
#if !defined(HAL_USE_GPT) || defined(__DOXYGEN__)
-#define HAL_USE_GPT FALSE
+#define HAL_USE_GPT TRUE
#endif
/**
|