remove TUSB_CFG_DEVICE_STRING_DESCRIPTOR_COUNT

refractor descriptor to array of pointer, adding interface descriptor as well
This commit is contained in:
hathach
2014-03-23 14:14:00 +07:00
parent e28170db2f
commit 1af381c2de
5 changed files with 59 additions and 50 deletions

View File

@@ -54,7 +54,6 @@
// DEVICE CONFIGURATION
//--------------------------------------------------------------------+
#define TUSB_CFG_DEVICE_CONTROL_ENDOINT_SIZE 64
#define TUSB_CFG_DEVICE_STRING_DESCRIPTOR_COUNT 4
#define TUSB_CFG_DEVICE_FULLSPEED 1 // TODO refractor, remove