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
+1 -2
View File
@@ -1,5 +1,4 @@
#include <stdint.h>
#include "usb_report_item_macros.h"
#include "usb_api.h"
#include "usb_interface_generic_hid.h"
#include "usb_descriptor_generic_hid_report.h"