other/adc_temperature_sensor: Cosmetics.

This commit is contained in:
Uwe Hermann 2011-11-12 15:03:02 +01:00
parent 61ff27cfbe
commit cd259c6eb3
2 changed files with 7 additions and 7 deletions

View File

@ -63,7 +63,7 @@ void adc_setup(void)
rcc_peripheral_enable_clock(&RCC_APB2ENR, RCC_APB2ENR_ADC1EN); rcc_peripheral_enable_clock(&RCC_APB2ENR, RCC_APB2ENR_ADC1EN);
/* Make shure it doesn't run during config. */ /* Make sure the ADC doesn't run during config. */
adc_off(ADC1); adc_off(ADC1);
/* We configure everything for one single conversion. */ /* We configure everything for one single conversion. */