diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-20 15:31:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-20 15:31:56 +0000 |
commit | d4901e2acc5d3924ca766ed35949c0b90823d1fa (patch) | |
tree | 8baa837a753fa0c593f4a7f22c2fadec277dc0fa /demos/ARMCM3-STM32L152-DISCOVERY | |
parent | 1e04df415dcb1a44c21edbc53149c7ba6e2ea3e1 (diff) | |
download | ChibiOS-d4901e2acc5d3924ca766ed35949c0b90823d1fa.tar.gz ChibiOS-d4901e2acc5d3924ca766ed35949c0b90823d1fa.tar.bz2 ChibiOS-d4901e2acc5d3924ca766ed35949c0b90823d1fa.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3515 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32L152-DISCOVERY')
-rw-r--r-- | demos/ARMCM3-STM32L152-DISCOVERY/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32L152-DISCOVERY/main.c b/demos/ARMCM3-STM32L152-DISCOVERY/main.c index 61532bcbd..3b538854f 100644 --- a/demos/ARMCM3-STM32L152-DISCOVERY/main.c +++ b/demos/ARMCM3-STM32L152-DISCOVERY/main.c @@ -63,7 +63,7 @@ static const ADCConversionGroup adcgrpcfg = { /*
* PWM configuration structure.
- * Cyclic callback enabled, channels 3 and 4 enabled without callbacks,
+ * Cyclic callback enabled, channels 1 and 2 enabled without callbacks,
* the active state is a logic one.
*/
static PWMConfig pwmcfg = {
|