#ifndef _SDK_OVERRIDES_GPIO_H_ #define _SDK_OVERRIDES_GPIO_H_ #include_next #define GPIO_STATUS_W1TC_ADDRESS GPIO_STATUS_W1TC #define GPIO_STATUS_ADDRESS GPIO_STATUS #define GPIO_OUT_W1TS_ADDRESS GPIO_OUT_W1TS #define GPIO_OUT_W1TC_ADDRESS GPIO_OUT_W1TC #define GPIO_ENABLE_W1TC_ADDRESS GPIO_ENABLE_W1TC #define GPIO_ENABLE_ADDRESS GPIO_ENABLE // FIXME: how does this apply to the ESP32? #define GPIO_PIN_SOURCE_SET(x) 0 #define GPIO_PIN_SOURCE_MASK 0 #endif