Skip to content

Commit 8099105

Browse files
committed
Expose USBDevice object in USBAPI header
1 parent f037096 commit 8099105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: cores/arduino/USB/USBAPI.h

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class USBDeviceClass {
9090
private:
9191
bool initialized;
9292
};
93+
extern USBDeviceClass USBDevice;
9394

9495
//================================================================================
9596
// Serial over CDC (Serial1 is the physical port)

0 commit comments

Comments
 (0)