mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 11:55:21 +02:00
Merge branch 'refactor/adc_unify_adc_unit' into 'master'
adc: adc single driver NG pre-step - unify adc_ll_num_t and adc_unit_t See merge request espressif/esp-idf!17408
This commit is contained in:
@@ -24,7 +24,7 @@ extern "C" {
|
||||
* @param atten Attenuation to use
|
||||
* @return Always ESP_OK
|
||||
*/
|
||||
extern esp_err_t adc_cal_offset(adc_ll_num_t adc_n, adc_channel_t channel, adc_atten_t atten);
|
||||
extern esp_err_t adc_cal_offset(adc_unit_t adc_n, adc_channel_t channel, adc_atten_t atten);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user