Change UsbMouseReport back to extern that I screwed up in ecf1ad2468
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
// Variables:
|
||||
|
||||
extern usb_device_class_struct_t UsbMouseClass;
|
||||
extern usb_mouse_report_t UsbMouseReport;
|
||||
|
||||
// Functions:
|
||||
|
||||
@@ -39,6 +40,4 @@
|
||||
usb_status_t UsbMouseSetConfiguration(class_handle_t handle, uint8_t configuration);
|
||||
usb_status_t UsbMouseSetInterface(class_handle_t handle, uint8_t interface, uint8_t alternateSetting);
|
||||
|
||||
usb_mouse_report_t UsbMouseReport;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user