aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F3xx/SPI-N25Q128/main.c
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-05-11 14:02:06 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-05-11 14:02:06 +0000
commitc5fc09cf76bf00428716cdd9bb9d7c48da4475ae (patch)
treee57fe415bba3812a0c2ed3d002592c46d3239b6b /testhal/STM32/STM32F3xx/SPI-N25Q128/main.c
parente6864865cc672b314ee987f1bf4fd3e793ffd0f6 (diff)
downloadChibiOS-c5fc09cf76bf00428716cdd9bb9d7c48da4475ae.tar.gz
ChibiOS-c5fc09cf76bf00428716cdd9bb9d7c48da4475ae.tar.bz2
ChibiOS-c5fc09cf76bf00428716cdd9bb9d7c48da4475ae.zip
N25Q128 driver files renamed for consistency.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9466 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F3xx/SPI-N25Q128/main.c')
-rw-r--r--testhal/STM32/STM32F3xx/SPI-N25Q128/main.c2
1 files changed, 1 insertions, 1 deletions
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).