diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-04 15:41:11 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-04 15:41:11 +0000 |
commit | 523aea591e7f922419d4513229ae877584748176 (patch) | |
tree | 3cd024d44b9b7ae01ca24e309defa01358f7daa5 /demos/STM32/RT-STM32F303-DISCOVERY/cfg/halconf.h | |
parent | 78058faf4d33e9800f5f7841d27a10c87289994c (diff) | |
download | ChibiOS-523aea591e7f922419d4513229ae877584748176.tar.gz ChibiOS-523aea591e7f922419d4513229ae877584748176.tar.bz2 ChibiOS-523aea591e7f922419d4513229ae877584748176.zip |
Tentative fix for shared timer IRQs, not complete.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12524 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/STM32/RT-STM32F303-DISCOVERY/cfg/halconf.h')
-rw-r--r-- | demos/STM32/RT-STM32F303-DISCOVERY/cfg/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F303-DISCOVERY/cfg/halconf.h b/demos/STM32/RT-STM32F303-DISCOVERY/cfg/halconf.h index 89be0946a..34923a64c 100644 --- a/demos/STM32/RT-STM32F303-DISCOVERY/cfg/halconf.h +++ b/demos/STM32/RT-STM32F303-DISCOVERY/cfg/halconf.h @@ -79,7 +79,7 @@ * @brief Enables the GPT subsystem.
*/
#if !defined(HAL_USE_GPT) || defined(__DOXYGEN__)
-#define HAL_USE_GPT FALSE
+#define HAL_USE_GPT TRUE
#endif
/**
|