This website works better with JavaScript.
首頁
探索
說明
登入
visus
/
teensy-core-4.1
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Fix bcdUSB, was 1.01, not 1.10
teensy4-core
PaulStoffregen
7 年之前
父節點
4c72e401e3
當前提交
72898fdcd4
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
顯示文件統計
+1
-1
teensy3/usb_desc.c
+ 1
- 1
teensy3/usb_desc.c
查看文件
@@ -68,7 +68,7 @@
static uint8_t device_descriptor[] = {
18, // bLength
1, // bDescriptorType
0x
0
1, 0x01, // bcdUSB
0x1
0
, 0x01, // bcdUSB
#ifdef DEVICE_CLASS
DEVICE_CLASS, // bDeviceClass
#else
Write
Preview
Loading…
取消
儲存