diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-03-27 15:37:06 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-03-27 15:37:06 +0000 |
commit | f5c1c5fdc471c5236ed51eeaf184b28bcbcaccfa (patch) | |
tree | 914a30dd4e4a07c0fe533defa89ec2094c225dd3 /demos | |
parent | f153a37e010fb829291766a1add5ca6e2ba06c52 (diff) | |
download | ChibiOS-f5c1c5fdc471c5236ed51eeaf184b28bcbcaccfa.tar.gz ChibiOS-f5c1c5fdc471c5236ed51eeaf184b28bcbcaccfa.tar.bz2 ChibiOS-f5c1c5fdc471c5236ed51eeaf184b28bcbcaccfa.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4058 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ARMCM4-STM32F407-DISCOVERY/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM4-STM32F407-DISCOVERY/main.c b/demos/ARMCM4-STM32F407-DISCOVERY/main.c index f7c7e7fa1..a367ecc1b 100644 --- a/demos/ARMCM4-STM32F407-DISCOVERY/main.c +++ b/demos/ARMCM4-STM32F407-DISCOVERY/main.c @@ -231,7 +231,7 @@ int main(void) { /*
* Initializes the ADC driver 1 and enable the thermal sensor.
- * The pin PC0 on the port GPIOC is programmed as analog input.
+ * The pin PC1 on the port GPIOC is programmed as analog input.
*/
adcStart(&ADCD1, NULL);
adcSTM32EnableTSVREFE();
|