diff options
Diffstat (limited to 'os/hal/templates/adc_lld.c')
-rw-r--r-- | os/hal/templates/adc_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/adc_lld.c b/os/hal/templates/adc_lld.c index 8b058ab3c..bd98d9d93 100644 --- a/os/hal/templates/adc_lld.c +++ b/os/hal/templates/adc_lld.c @@ -85,7 +85,7 @@ void adc_lld_init(void) { void adc_lld_start(ADCDriver *adcp) {
if (adcp->state == ADC_STOP) {
- /* Enables the pehipheral.*/
+ /* Enables the peripheral.*/
#if PLATFORM_ADC_USE_ADC1
if (&ADCD1 == adcp) {
|