diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-25 16:14:03 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-25 16:14:03 +0000 |
commit | 72c3417c88c7133ce4e38c49e7d25befea877131 (patch) | |
tree | f0e7383cf0e262182a3fa73c84b58ea8fb89225c /demos/STM32/RT-STM32H743I-NUCLEO144/halconf.h | |
parent | 7ae67eb81d4845cb7323f3699998d43e302abb78 (diff) | |
download | ChibiOS-72c3417c88c7133ce4e38c49e7d25befea877131.tar.gz ChibiOS-72c3417c88c7133ce4e38c49e7d25befea877131.tar.bz2 ChibiOS-72c3417c88c7133ce4e38c49e7d25befea877131.zip |
More H7-related changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11182 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32H743I-NUCLEO144/halconf.h')
-rw-r--r-- | demos/STM32/RT-STM32H743I-NUCLEO144/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32H743I-NUCLEO144/halconf.h b/demos/STM32/RT-STM32H743I-NUCLEO144/halconf.h index fc148a68e..5aec384f3 100644 --- a/demos/STM32/RT-STM32H743I-NUCLEO144/halconf.h +++ b/demos/STM32/RT-STM32H743I-NUCLEO144/halconf.h @@ -34,7 +34,7 @@ * @brief Enables the PAL subsystem.
*/
#if !defined(HAL_USE_PAL) || defined(__DOXYGEN__)
-#define HAL_USE_PAL FALSE
+#define HAL_USE_PAL TRUE
#endif
/**
|