diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-08 13:03:08 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-08 13:03:08 +0000 |
commit | 2507c60c3d36cb04aceaeaab0431f96f3affeac7 (patch) | |
tree | 9c16fb5f15b52d314b4be2514408f7285def2f60 /testhal/STM32 | |
parent | 6d47bb0487446c1e3c8f817521d641d953ccce9b (diff) | |
download | ChibiOS-2507c60c3d36cb04aceaeaab0431f96f3affeac7.tar.gz ChibiOS-2507c60c3d36cb04aceaeaab0431f96f3affeac7.tar.bz2 ChibiOS-2507c60c3d36cb04aceaeaab0431f96f3affeac7.zip |
Restored current default.
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11637 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery b/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery index 3693243ec..c9af7f2d1 100644 --- a/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery +++ b/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery @@ -114,6 +114,7 @@ include $(CHIBIOS)/tools/mk/autobuild.mk include $(CHIBIOS)/test/lib/test.mk
include $(CHIBIOS)/test/mfs/mfs_test.mk
include $(CHIBIOS)/os/ex/Micron/m25q.mk
+#include $(CHIBIOS)/os/hal/lib/complex/m25q/devices/micron_n25q/micron_n25q.mk
include $(CHIBIOS)/os/hal/lib/complex/mfs/mfs.mk
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
|