mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 06:04:19 +00:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user