Skip to content

Commit a26359c

Browse files
authored
Update esp32-hal-adc.h
1 parent fca998e commit a26359c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp32/esp32-hal-adc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ typedef struct {
9191
/*
9292
* Setup ADC continuous peripheral
9393
* */
94-
bool analogContinuous(uint8_t pins[], size_t pins_count, uint32_t conversions_per_pin, uint32_t sampling_freq_hz, void (*userFunc)(void));
94+
bool analogContinuous(const uint8_t pins[], size_t pins_count, uint32_t conversions_per_pin, uint32_t sampling_freq_hz, void (*userFunc)(void));
9595

9696
/*
9797
* Read ADC continuous conversion data

0 commit comments

Comments
 (0)