generated from thinkode/modelRepository
added translations for toast messages
This commit is contained in:
1
hardware/third-party/ftdi/detectFTDI.cpp
vendored
1
hardware/third-party/ftdi/detectFTDI.cpp
vendored
@@ -8,6 +8,7 @@ int main() {
|
||||
FT_HANDLE ftHandle = nullptr;
|
||||
FT_DEVICE_LIST_INFO_NODE *devInfo;
|
||||
DWORD numDevs;
|
||||
|
||||
// create the device information list
|
||||
ftStatus = FT_CreateDeviceInfoList(&numDevs);
|
||||
if (ftStatus != FT_OK) {
|
||||
|
||||
Reference in New Issue
Block a user