aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F303-DISCOVERY/cfg/halconf.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-01-04 15:41:11 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-01-04 15:41:11 +0000
commit523aea591e7f922419d4513229ae877584748176 (patch)
tree3cd024d44b9b7ae01ca24e309defa01358f7daa5 /demos/STM32/RT-STM32F303-DISCOVERY/cfg/halconf.h
parent78058faf4d33e9800f5f7841d27a10c87289994c (diff)
downloadChibiOS-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.h2
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
/**