Merge branch 'master' into fork/HiFiPhile/stm32_cache
This commit is contained in:
@@ -278,6 +278,8 @@ typedef enum {
|
||||
XFER_RESULT_INVALID
|
||||
} xfer_result_t;
|
||||
|
||||
#define tusb_xfer_result_t xfer_result_t
|
||||
|
||||
// TODO remove
|
||||
enum {
|
||||
DESC_OFFSET_LEN = 0,
|
||||
@@ -345,7 +347,6 @@ typedef struct TU_ATTR_PACKED {
|
||||
uint8_t iManufacturer ; ///< Index of string descriptor describing manufacturer.
|
||||
uint8_t iProduct ; ///< Index of string descriptor describing product.
|
||||
uint8_t iSerialNumber ; ///< Index of string descriptor describing the device's serial number.
|
||||
|
||||
uint8_t bNumConfigurations ; ///< Number of possible configurations.
|
||||
} tusb_desc_device_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user