Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cd7f421

Browse filesBrowse 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
Copy full SHA for cd7f421

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎variants/esp32s3usbotg/pins_arduino.h

Copy file name to clipboardExpand all lines: variants/esp32s3usbotg/pins_arduino.h
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.