fix rtc_gpio_desc_t compilation error

Closes https://github.com/espressif/esp-idf/pull/6029
Closes https://github.com/espressif/esp-idf/issues/6301
Closes IDFGH-4470
Closes IDFGH-4167
This commit is contained in:
boarchuz
2020-12-21 13:54:47 +05:30
committed by Mahavir Jain
parent 8e4c73b1d1
commit 06d6146445
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ typedef struct {
* This is an internal function of the driver, and is not usually useful
* for external use.
*/
extern const rtc_gpio_desc_t rtc_gpio_desc[GPIO_PIN_COUNT];
extern const rtc_gpio_desc_t rtc_gpio_desc[SOC_GPIO_PIN_COUNT];
#endif // CONFIG_RTCIO_SUPPORT_RTC_GPIO_DESC