Driver: gpio and rtcio dirver update

This commit is contained in:
fuzhibo
2019-06-13 15:37:58 +08:00
parent 60db9e1a34
commit 83e00cf643
2 changed files with 42 additions and 1 deletions

View File

@@ -628,7 +628,6 @@ esp_err_t gpio_force_unhold_all()
SET_PERI_REG_MASK(RTC_CNTL_DIG_ISO_REG, RTC_CNTL_CLR_DG_PAD_AUTOHOLD);
return ESP_OK;
}
#endif
void gpio_iomux_in(uint32_t gpio, uint32_t signal_idx)