diff options
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
/**
|