Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(board): Alfredo NoU3 pins_arduino.h uses uint8_t but it causes error with esp32-hal-gpio.h #11206

Merged
merged 7 commits into from
Apr 9, 2025
1 change: 1 addition & 0 deletions variants/alfredo-nou3/pins_arduino.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef Pins_Arduino_h
#define Pins_Arduino_h

#include <stdint.h>
#define USB_VID 0xAFD0
#define USB_PID 0x0003
#define USB_MANUFACTURER "Alfredo"
Expand Down
Loading