mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 13:22:40 +02:00
Stylefix
This commit is contained in:
parent
669604ae6c
commit
4f33268490
@ -116,7 +116,7 @@ int main(int argc, char **argv)
|
|||||||
{
|
{
|
||||||
Result ret;
|
Result ret;
|
||||||
|
|
||||||
usbDsDeviceInfo deviceinfo = {
|
UsbDsDeviceInfo deviceinfo = {
|
||||||
.idVendor = 0x0403, // "Future Technology Devices International, Ltd"
|
.idVendor = 0x0403, // "Future Technology Devices International, Ltd"
|
||||||
.idProduct = 0x6001, // "FT232 USB-Serial (UART) IC"
|
.idProduct = 0x6001, // "FT232 USB-Serial (UART) IC"
|
||||||
.bcdDevice = 0x0200,
|
.bcdDevice = 0x0200,
|
||||||
|
Loading…
Reference in New Issue
Block a user