Rename usb_report_item_macros.h to usb_api.h, include the whole USB API into it, and include it from every file where it's needed.

This commit is contained in:
László Monda
2016-03-03 19:18:21 +01:00
parent a4989349ec
commit f7755b2520
16 changed files with 28 additions and 92 deletions

View File

@@ -28,6 +28,6 @@
//Functions:
extern void USB_DeviceApplicationInit(void);
extern void USB_DeviceApplicationInit();
#endif