Skip to content

Commit ffd0ef7

Browse files
authored
Update esp32-hal-gpio.h
1 parent 9062261 commit ffd0ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-gpio.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extern "C" {
2828
#include "soc/soc_caps.h"
2929

3030
#if (CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3)
31-
#define NUM_OUPUT_PINS 47
31+
#define NUM_OUPUT_PINS 46
3232
#define PIN_DAC1 17
3333
#define PIN_DAC2 18
3434
#else

0 commit comments

Comments
 (0)