From c5fc09cf76bf00428716cdd9bb9d7c48da4475ae Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 11 May 2016 14:02:06 +0000 Subject: N25Q128 driver files renamed for consistency. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9466 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F3xx/SPI-N25Q128/Makefile | 2 +- testhal/STM32/STM32F3xx/SPI-N25Q128/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal') diff --git a/testhal/STM32/STM32F3xx/SPI-N25Q128/Makefile b/testhal/STM32/STM32F3xx/SPI-N25Q128/Makefile index be1072f8a..da75f7dc1 100644 --- a/testhal/STM32/STM32F3xx/SPI-N25Q128/Makefile +++ b/testhal/STM32/STM32F3xx/SPI-N25Q128/Makefile @@ -98,7 +98,7 @@ include $(CHIBIOS)/os/hal/osal/rt/osal.mk include $(CHIBIOS)/os/rt/rt.mk include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk # Other files (optional). -include $(CHIBIOS)/os/ex/Micron/n25q128.mk +include $(CHIBIOS)/os/ex/Micron/n25q128_spi.mk include $(CHIBIOS)/os/ex/subsystems/mfs/mfs.mk # Define linker script file here diff --git a/testhal/STM32/STM32F3xx/SPI-N25Q128/main.c b/testhal/STM32/STM32F3xx/SPI-N25Q128/main.c index ef9a06a41..daababdf8 100644 --- a/testhal/STM32/STM32F3xx/SPI-N25Q128/main.c +++ b/testhal/STM32/STM32F3xx/SPI-N25Q128/main.c @@ -17,7 +17,7 @@ #include "ch.h" #include "hal.h" -#include "n25q128.h" +#include "n25q128_spi.h" /* * Maximum speed SPI configuration (18MHz, CPHA=0, CPOL=0, MSb first). -- cgit v1.2.3