Skip to content

Commit edaf6ae

Browse files
facchinmgiulcioffi
authored andcommitted
Expose USBDevice object in USBAPI header
1 parent 4837b90 commit edaf6ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/arduino/USB/USBAPI.h

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class USBDeviceClass {
8989
private:
9090
bool initialized;
9191
};
92+
extern USBDeviceClass USBDevice;
9293

9394
//================================================================================
9495
//================================================================================

0 commit comments

Comments
 (0)