aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/mcuconf.h
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-06-30 23:34:18 +0300
committerbarthess <barthess@yandex.ru>2015-06-30 23:34:18 +0300
commitb7175b45107d5b0677266c8d4eb0c49e4cc2ca0b (patch)
tree71db516190febeb3d402a9a017ac36d6b504e956 /demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/mcuconf.h
parentf08d5a7f03c2516f74c2bfbcb1090066e6986575 (diff)
parentf16e69497bc06d876159c2e9ff77458bd4681937 (diff)
downloadChibiOS-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/mcuconf.h')
-rw-r--r--demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/mcuconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/mcuconf.h b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/mcuconf.h
index bac6cad..7aab0c4 100644
--- a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/mcuconf.h
+++ b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/mcuconf.h
@@ -352,4 +352,9 @@
#define STM32_DMA2D_USE_DMA2D TRUE
#define STM32_DMA2D_IRQ_PRIORITY 11
+/*
+ * Header for community drivers.
+ */
+#include "mcuconf_community.h"
+
#endif /* _MCUCONF_H_ */