We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c04a93 commit 2f2e5f3Copy full SHA for 2f2e5f3
variants/esp32s3usbotg/pins_arduino.h
@@ -2,6 +2,8 @@
2
#define Pins_Arduino_h
3
4
#include <stdint.h>
5
+// Prevents fatal compilation failure in Arduino for ESP32 board with OTG
6
+#include <stdbool.h>
7
8
#define USB_VID 0x303a
9
#define USB_PID 0x1001
0 commit comments