From b33fbca9b77aa06f61bdaf8103fe22444618049d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Proch=C3=A1zka?= <90197375+P-R-O-C-H-Y@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:49:45 +0200 Subject: [PATCH] fix(gpio): Add missing include for digitalPinCanOutput (#10070) --- cores/esp32/esp32-hal-gpio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cores/esp32/esp32-hal-gpio.h b/cores/esp32/esp32-hal-gpio.h index f92209cc2..4547d90cc 100644 --- a/cores/esp32/esp32-hal-gpio.h +++ b/cores/esp32/esp32-hal-gpio.h @@ -27,6 +27,7 @@ extern "C" { #include "esp32-hal.h" #include "soc/soc_caps.h" #include "pins_arduino.h" +#include "driver/gpio.h" #if (CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3) #define NUM_OUPUT_PINS 46