Restructure the codebase across more files.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef __USB_DESCRIPTOR_MOUSE_REPORT_H__
|
||||
#define __USB_DESCRIPTOR_MOUSE_REPORT_H__
|
||||
|
||||
// Macros:
|
||||
|
||||
#define USB_MOUSE_REPORT_DESCRIPTOR_LENGTH (52U)
|
||||
|
||||
// Variables:
|
||||
|
||||
extern uint8_t UsbMouseReportDescriptor[USB_MOUSE_REPORT_DESCRIPTOR_LENGTH];
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user