We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4837b90 commit edaf6aeCopy full SHA for edaf6ae
cores/arduino/USB/USBAPI.h
@@ -89,6 +89,7 @@ class USBDeviceClass {
89
private:
90
bool initialized;
91
};
92
+extern USBDeviceClass USBDevice;
93
94
//================================================================================
95
0 commit comments