From 0f0af8222f1868a408e00b4cb9e7c8d03623340c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 11 Oct 2016 08:33:02 +0000 Subject: Fixed an harmless warning. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9859 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- .../DMA_STORM/debug/STM32F4xx-DMA_STORM (OpenOCD, Flash and Run).launch | 2 +- testhal/STM32/STM32F4xx/DMA_STORM/main.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'testhal/STM32/STM32F4xx/DMA_STORM') diff --git a/testhal/STM32/STM32F4xx/DMA_STORM/debug/STM32F4xx-DMA_STORM (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F4xx/DMA_STORM/debug/STM32F4xx-DMA_STORM (OpenOCD, Flash and Run).launch index 4f494643e..04762475f 100644 --- a/testhal/STM32/STM32F4xx/DMA_STORM/debug/STM32F4xx-DMA_STORM (OpenOCD, Flash and Run).launch +++ b/testhal/STM32/STM32F4xx/DMA_STORM/debug/STM32F4xx-DMA_STORM (OpenOCD, Flash and Run).launch @@ -33,7 +33,7 @@ - + diff --git a/testhal/STM32/STM32F4xx/DMA_STORM/main.c b/testhal/STM32/STM32F4xx/DMA_STORM/main.c index e0787940c..a8ab3ee03 100644 --- a/testhal/STM32/STM32F4xx/DMA_STORM/main.c +++ b/testhal/STM32/STM32F4xx/DMA_STORM/main.c @@ -89,6 +89,7 @@ static const SPIConfig hs_spicfg = { NULL, GPIOB, 12, + 0, 0 }; -- cgit v1.2.3