diff options
| author | hathach <[email protected]> | 2019-08-01 16:28:53 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-01 16:28:53 +0700 |
| commit | 3f4adda5559442cd0cc73cae3b789af6c33b9583 (patch) | |
| tree | 943c809c6fbb5447e4f799b7d73feeb9da2eab1e /src/device | |
| parent | 2c2db31b095724fc8fc914f3c07641765ee0dc90 (diff) | |
| parent | f133fbbe1f3635ed77135330f48d6f1ba850b341 (diff) | |
Merge pull request #90 from hathach/develop
update from Develop
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h index 6e781f18d..396964e00 100644 --- a/src/device/usbd.h +++ b/src/device/usbd.h @@ -133,7 +133,6 @@ TU_ATTR_WEAK bool tud_vendor_control_complete_cb(uint8_t rhport, tusb_control_re 0x8B, 0xFD, 0xA0, 0x76, 0x88, 0x15, 0xB6, 0x65
//------------- Microsoft OS 2.0 Platform -------------//
-
#define TUD_BOS_MICROSOFT_OS_DESC_LEN 28
// Total Length of descriptor set, vendor code
@@ -144,7 +143,6 @@ TU_ATTR_WEAK bool tud_vendor_control_complete_cb(uint8_t rhport, tusb_control_re 0xDF, 0x60, 0xDD, 0xD8, 0x89, 0x45, 0xC7, 0x4C, \
0x9C, 0xD2, 0x65, 0x9D, 0x9E, 0x64, 0x8A, 0x9F
-
//--------------------------------------------------------------------+
// Configuration & Interface Descriptor Templates
//--------------------------------------------------------------------+
|
