adc: fix adc invalid data issue by update adc_reset

This commit is contained in:
Armando
2021-01-15 12:33:35 +08:00
committed by bot
parent 4793bb3267
commit 2b737c1927
3 changed files with 7 additions and 3 deletions

View File

@@ -121,7 +121,7 @@ static void single_read(void *arg)
}
}
void app_main()
void app_main(void)
{
single_read(NULL);
continuous_read(NULL);