diff options
author | barthess <barthess@yandex.ru> | 2015-06-30 23:34:18 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-06-30 23:34:18 +0300 |
commit | b7175b45107d5b0677266c8d4eb0c49e4cc2ca0b (patch) | |
tree | 71db516190febeb3d402a9a017ac36d6b504e956 /demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/halconf.h | |
parent | f08d5a7f03c2516f74c2bfbcb1090066e6986575 (diff) | |
parent | f16e69497bc06d876159c2e9ff77458bd4681937 (diff) | |
download | ChibiOS-Contrib-b7175b45107d5b0677266c8d4eb0c49e4cc2ca0b.tar.gz ChibiOS-Contrib-b7175b45107d5b0677266c8d4eb0c49e4cc2ca0b.tar.bz2 ChibiOS-Contrib-b7175b45107d5b0677266c8d4eb0c49e4cc2ca0b.zip |
Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib
Diffstat (limited to 'demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/halconf.h')
-rw-r--r-- | demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/halconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/halconf.h b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/halconf.h index e9ab9d7..a0b3a2e 100644 --- a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/halconf.h +++ b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/halconf.h @@ -329,6 +329,12 @@ #define SPI_USE_MUTUAL_EXCLUSION TRUE
#endif
+/*===========================================================================*/
+/* Community drivers' includes */
+/*===========================================================================*/
+
+#include "halconf_community.h"
+
#endif /* _HALCONF_H_ */
/** @} */
|