Skip to content

Commit b6a3ad4

Browse files
committed
bump more tinyusb
1 parent 5fa5d8d commit b6a3ad4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libraries/Adafruit_TinyUSB_Arduino/src/arduino/Adafruit_USBD_Device.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,14 @@
3131
#include "Adafruit_USBD_CDC.h"
3232
#include "Adafruit_USBD_Device.h"
3333

34+
// USB Information can be defined in variant file e.g pins_arduino.h
35+
#include "Arduino.h"
36+
3437
#ifndef USB_VID
3538
#define USB_VID 0xcafe
39+
#endif
40+
41+
#ifndef USB_PID
3642
#define USB_PID 0xcafe
3743
#endif
3844

0 commit comments

Comments
 (0)