aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32H743I-NUCLEO144/halconf.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-24 18:03:11 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-24 18:03:11 +0000
commit17fa448323633b918bba239afa6454dbe46c41d8 (patch)
tree468cf7de5e027aacce465e9a230c02fd76ceb7e5 /demos/STM32/RT-STM32H743I-NUCLEO144/halconf.h
parentae4ca53d717f9046eae45f3076fd88763525632b (diff)
downloadChibiOS-17fa448323633b918bba239afa6454dbe46c41d8.tar.gz
ChibiOS-17fa448323633b918bba239afa6454dbe46c41d8.tar.bz2
ChibiOS-17fa448323633b918bba239afa6454dbe46c41d8.zip
More H7 code, not functional yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11178 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32H743I-NUCLEO144/halconf.h')
-rw-r--r--demos/STM32/RT-STM32H743I-NUCLEO144/halconf.h2
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 5aec384f3..fc148a68e 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 TRUE
+#define HAL_USE_PAL FALSE
#endif
/**