mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-04 22:17:52 +00:00
Small code fixes
This commit is contained in:
parent
fb258a9201
commit
080e623a14
3 changed files with 7 additions and 10 deletions
2
adc.c
2
adc.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue