diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-07 12:06:42 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-07 12:06:42 +0000 |
commit | 8bd7175893bc05ed967b44da1977d6c5108c6afa (patch) | |
tree | fcf0cdad790783413636d0db228af534013616d7 /testhal/STM32 | |
parent | dc7ae21c744272f7796386c4a8ad68cb41278359 (diff) | |
download | ChibiOS-8bd7175893bc05ed967b44da1977d6c5108c6afa.tar.gz ChibiOS-8bd7175893bc05ed967b44da1977d6c5108c6afa.tar.bz2 ChibiOS-8bd7175893bc05ed967b44da1977d6c5108c6afa.zip |
Renamed for consistency.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12347 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/multi/WSPI-MFS/main.c | 2 | ||||
-rw-r--r-- | testhal/STM32/multi/WSPI-MFS/make/stm32l476_discovery.make | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/multi/WSPI-MFS/main.c b/testhal/STM32/multi/WSPI-MFS/main.c index eb964184b..826daab70 100644 --- a/testhal/STM32/multi/WSPI-MFS/main.c +++ b/testhal/STM32/multi/WSPI-MFS/main.c @@ -20,7 +20,7 @@ #include "hal.h"
#include "hal_serial_nor.h"
-#include "mfs.h"
+#include "hal_mfs.h"
#include "mfs_test_root.h"
diff --git a/testhal/STM32/multi/WSPI-MFS/make/stm32l476_discovery.make b/testhal/STM32/multi/WSPI-MFS/make/stm32l476_discovery.make index ad212eca6..e4860c5a3 100644 --- a/testhal/STM32/multi/WSPI-MFS/make/stm32l476_discovery.make +++ b/testhal/STM32/multi/WSPI-MFS/make/stm32l476_discovery.make @@ -114,7 +114,7 @@ include $(CHIBIOS)/tools/mk/autobuild.mk 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/mfs/mfs.mk
+include $(CHIBIOS)/os/hal/lib/complex/mfs/hal_mfs.mk
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
# Define linker script file here
|