 
- UID
- 104734
- 性别
- 女
|
device_descriptor 是结构体类型,在编译时会出现错误Error : C2450:
const device_descriptor DeviceDesc = // line 4 Expected: ; = ,
{
sizeof(device_descriptor),
DT_DEVICE,
{0x10, 0x01},
0,
0,
0,
8,
{0x70, 0x0c},
{0x00, 0x00},
{0x00, 0x01},
1,
2,
0,
1
}; // end of DeviceDesc |
|