Skip to content

Commit 1b79810

Browse files
authored
fix(board): Alfredo NoU3 include stdint.h
1 parent 7b0298b commit 1b79810

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/alfredo-nou3/pins_arduino.h

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

4+
#include <stdint.h>
5+
46
#define USB_VID 0xAFD0
57
#define USB_PID 0x0003
68
#define USB_MANUFACTURER "Alfredo"

0 commit comments

Comments
 (0)