fix(gpio): Add missing include for digitalPinCanOutput (#10070)
This commit is contained in:
parent
0f1f947a72
commit
b33fbca9b7
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue