Skip to content

Commit cd7f421

Browse files
complxdbgme-no-dev
andauthored
Fix(esp32s3usbotg) stdbool dependency in pins_arduino.h (espressif#11155)
* Fix(esp32s3usbotg) stdbool dependency in pins_arduino.h * fix(board): Remove comment in pins_arduino.h --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
1 parent 6273c4f commit cd7f421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variants/esp32s3usbotg/pins_arduino.h

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

44
#include <stdint.h>
5+
#include <stdbool.h>
56

67
#define USB_VID 0x303a
78
#define USB_PID 0x1001

0 commit comments

Comments
 (0)