aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-09-29 08:42:00 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-09-29 08:42:00 +0000
commit4aea87925ed88c86e2e3475aa031c6a80920b829 (patch)
treee81d339be6b30c3d31199a1180eb44813cb4a8b1 /demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile
parentbd746baee2d88ed193cf55a85bb284b3c8cf59cc (diff)
downloadChibiOS-4aea87925ed88c86e2e3475aa031c6a80920b829.tar.gz
ChibiOS-4aea87925ed88c86e2e3475aa031c6a80920b829.tar.bz2
ChibiOS-4aea87925ed88c86e2e3475aa031c6a80920b829.zip
STM32F746 demo complete.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8334 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile')
-rw-r--r--demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile b/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile
index 404fc2901..c06650307 100644
--- a/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile
+++ b/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/Makefile
@@ -100,7 +100,7 @@ include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
# Other files (optional).
include $(CHIBIOS)/test/rt/test.mk
include $(CHIBIOS)/os/various/lwip_bindings/lwip.mk
-#include $(CHIBIOS)/os/various/fatfs_bindings/fatfs.mk
+include $(CHIBIOS)/os/various/fatfs_bindings/fatfs.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/STM32F746xG.ld