remove unused usb_descriptors.h

This commit is contained in:
hathach
2020-04-15 18:09:30 +07:00
parent 325065a320
commit dc9f5cc91a
2 changed files with 0 additions and 29 deletions

View File

@@ -24,7 +24,6 @@
*/
#include "tusb.h"
#include "usb_descriptors.h"
/* A combination of interfaces must have a unique product id, since PC will save device driver after the first plug.
* Same VID/PID with different interface e.g MSC (first), then CDC (later) will possibly cause system error on PC.