We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafff71 commit c7c975fCopy full SHA for c7c975f
cores/esp32/esp32-hal-gpio.h
@@ -51,7 +51,7 @@ extern "C" {
51
#define PULLDOWN 0x08
52
#define INPUT_PULLDOWN 0x09
53
#define OPEN_DRAIN 0x10
54
-#define OUTPUT_OPEN_DRAIN 0x12
+#define OUTPUT_OPEN_DRAIN 0x13
55
#define ANALOG 0xC0
56
57
//Interrupt Modes
0 commit comments