Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmd committed Mar 13, 2012
1 parent 270108a commit 4d97056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcuconf.h
Expand Up @@ -66,7 +66,7 @@
/* /*
* ADC driver system settings. * ADC driver system settings.
*/ */
#define STM32_ADC_ADCPRE ADC_CCR_ADCPRE_DIV2 #define STM32_ADC_ADCPRE ADC_CCR_ADCPRE_DIV4
#define STM32_ADC_USE_ADC1 TRUE #define STM32_ADC_USE_ADC1 TRUE
#define STM32_ADC_USE_ADC2 TRUE #define STM32_ADC_USE_ADC2 TRUE
#define STM32_ADC_USE_ADC3 TRUE #define STM32_ADC_USE_ADC3 TRUE
Expand Down

0 comments on commit 4d97056

Please sign in to comment.