Small code fixes

This commit is contained in:
DiSlord 2020-07-13 06:56:49 +03:00
parent fb258a9201
commit 080e623a14
3 changed files with 7 additions and 10 deletions

2
adc.c
View file

@ -140,7 +140,7 @@ void adc_stop(void)
}
}
void adc_interrupt(void)
static void adc_interrupt(void)
{
uint32_t isr = VNA_ADC->ISR;
VNA_ADC->ISR = isr;