mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
adc: fix adc invalid data issue by update adc_reset
This commit is contained in:
@@ -121,7 +121,7 @@ static void single_read(void *arg)
|
||||
}
|
||||
}
|
||||
|
||||
void app_main()
|
||||
void app_main(void)
|
||||
{
|
||||
single_read(NULL);
|
||||
continuous_read(NULL);
|
||||
|
Reference in New Issue
Block a user