We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b604f0a commit 0f907f0Copy full SHA for 0f907f0
drivers/pinctrl/pinctrl_esp32.c
@@ -23,8 +23,8 @@
23
#define in in.data
24
#define out_w1ts out_w1ts.val
25
#define out_w1tc out_w1tc.val
26
-#elif CONFIG_SOC_SERIES_ESP32C6
27
-/* gpio structs in esp32c6 are also different */
+#elif defined(CONFIG_SOC_SERIES_ESP32C6) || defined(CONFIG_SOC_SERIES_ESP32H2)
+/* gpio structs in esp32c6/h2 are also different */
28
#define out out.out_data_orig
29
#define in in.in_data_next
30
0 commit comments