From 294bc9ab4223b9ac30690dae76c058ed0bb9de69 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 22 Nov 2010 17:54:09 +0000 Subject: [PATCH] Fixed a warning. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2421 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c b/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c index 2b8294a0e..b3b77a71b 100644 --- a/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c +++ b/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c @@ -96,6 +96,8 @@ static const SPIConfig spicfg = { */ static void pwmpcb(PWMDriver *pwmp) { + (void)pwmp; + /* Starts an asynchronous ADC conversion operation, the conversion will be executed in parallel to the current PWM cycle and will terminate before the next PWM cycle.*/