From bff2eda468789cc0fbb41e33c5ff72b805183707 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 24 May 2016 14:00:16 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9509 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32L4xx/QSPI-N25Q128/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testhal/STM32/STM32L4xx/QSPI-N25Q128/main.c b/testhal/STM32/STM32L4xx/QSPI-N25Q128/main.c index 51abd65cd..2b4807139 100644 --- a/testhal/STM32/STM32L4xx/QSPI-N25Q128/main.c +++ b/testhal/STM32/STM32L4xx/QSPI-N25Q128/main.c @@ -19,6 +19,7 @@ #include "m25q.h" +/* 16MB device, 2 cycles delay after NCS.*/ const QSPIConfig qspicfg1 = { NULL, STM32_DCR_FSIZE(24) | STM32_DCR_CSHT(1)