mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
fix missing initialization for compound device in SA mode
This commit is contained in:
parent
5827f2b927
commit
8a30f95aa7
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
CompoundDriver::CompoundDriver()
|
||||
{
|
||||
connected = false;
|
||||
SApoints = 0;
|
||||
|
||||
drivers.push_back(new LibreVNAUSBDriver);
|
||||
drivers.push_back(new LibreVNATCPDriver);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue