aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-11-04 11:19:27 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-11-04 11:19:27 +0000
commita250f19c64ecddb2e2dce096436d4e2f7eefe28a (patch)
tree463897395b4b1401d5e0cf5a55a618898d41c2e3 /testhal
parent375272e2379121fad39c31a97e1a24a10e4a487c (diff)
downloadChibiOS-a250f19c64ecddb2e2dce096436d4e2f7eefe28a.tar.gz
ChibiOS-a250f19c64ecddb2e2dce096436d4e2f7eefe28a.tar.bz2
ChibiOS-a250f19c64ecddb2e2dce096436d4e2f7eefe28a.zip
Fixed small problem in SPI mode.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12407 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make b/testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make
index 69ad8ff1d..bb649be47 100644
--- a/testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make
+++ b/testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make
@@ -113,7 +113,7 @@ include $(CHIBIOS)/tools/mk/autobuild.mk
# Other files (optional).
include $(CHIBIOS)/test/lib/test.mk
include $(CHIBIOS)/test/mfs/mfs_test.mk
-include $(CHIBIOS)/os/hal/lib/complex/serial_nor/devices/micron_n25q/hal_flash_device.mk
+include $(CHIBIOS)/os/hal/lib/complex/serial_nor/devices/macronix_mx25/hal_flash_device.mk
include $(CHIBIOS)/os/hal/lib/complex/mfs/hal_mfs.mk
include $(CHIBIOS)/os/hal/lib/streams/streams.mk