mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
esp32s2beta: convert some todos to warnings
This commit is contained in:
@@ -195,6 +195,7 @@ rtc_vddsdio_config_t rtc_vddsdio_get_config()
|
||||
result.tieh = (sdio_conf_reg & RTC_CNTL_SDIO_TIEH_M) >> RTC_CNTL_SDIO_TIEH_S;
|
||||
return result;
|
||||
}
|
||||
#warning "rtc_vddsdio_get_config: efuse part not implemented for esp32s2beta"
|
||||
#if 0
|
||||
uint32_t efuse_reg = REG_READ(EFUSE_BLK0_RDATA4_REG);
|
||||
if (efuse_reg & EFUSE_RD_SDIO_FORCE) {
|
||||
|
Reference in New Issue
Block a user