hopefully final hydrasdr build fix

This commit is contained in:
AlexandreRouma
2025-09-04 20:34:23 -04:00
parent c216b88366
commit 981f53aa4e
2 changed files with 3 additions and 5 deletions

View File

@@ -100,9 +100,7 @@ public:
// Get device info
std::string fakeName = "HydraSDR USB";
devList.push_back(0xDEADBEEF);
devListTxt += fakeName;
devListTxt += '\0';
devices.define(fakeName, 0);
#endif
}