Skip to content

Commit 2f2e5f3

Browse files
authored
Fix(esp32s3usbotg) stdbool dependency in pins_arduino.h
1 parent 6c04a93 commit 2f2e5f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/esp32s3usbotg/pins_arduino.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#define Pins_Arduino_h
33

44
#include <stdint.h>
5+
// Prevents fatal compilation failure in Arduino for ESP32 board with OTG
6+
#include <stdbool.h>
57

68
#define USB_VID 0x303a
79
#define USB_PID 0x1001

0 commit comments

Comments
 (0)