Fix(esp32s3usbotg) stdbool dependency in pins_arduino.h (#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>
This commit is contained in:
Marcel 2025-03-24 15:26:49 +02:00 committed by GitHub
parent 6273c4ffd8
commit cd7f4218e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
#define Pins_Arduino_h
#include <stdint.h>
#include <stdbool.h>
#define USB_VID 0x303a
#define USB_PID 0x1001