feat(esp32c61): ci enable header check, fix c61 build

This commit is contained in:
wanlei
2024-03-21 14:32:55 +08:00
parent bd7f870c21
commit 535afdd7f4
36 changed files with 226 additions and 706 deletions

View File

@@ -51,7 +51,7 @@ int esp_efuse_rtc_calib_get_chan_compens(int version, uint32_t adc_unit, uint32_
* @brief Get the calibration digits stored in the efuse, and the corresponding voltage.
*
* @param version Version of the stored efuse
* @param adc_unit ADC unit (not used on ESP32C6, for compatibility)
* @param adc_unit ADC unit (not used on ESP32C61, for compatibility)
* @param atten Attenuation to use
* @param out_digi Output buffer of the digits
* @param out_vol_mv Output of the voltage, in mV