diff options
| author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-22 17:54:09 +0000 | 
|---|---|---|
| committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-22 17:54:09 +0000 | 
| commit | 294bc9ab4223b9ac30690dae76c058ed0bb9de69 (patch) | |
| tree | d25912d26492c86e479c6ae0e091fc713f505be5 /demos | |
| parent | ab51c68e2d3833c35ee7d151b1eeea8a3bd9943e (diff) | |
| download | ChibiOS-294bc9ab4223b9ac30690dae76c058ed0bb9de69.tar.gz ChibiOS-294bc9ab4223b9ac30690dae76c058ed0bb9de69.tar.bz2 ChibiOS-294bc9ab4223b9ac30690dae76c058ed0bb9de69.zip | |
Fixed a warning.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2421 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
| -rw-r--r-- | demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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.*/
 | 
