mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-04 22:27:49 -04:00
Use the right function..
This commit is contained in:
parent
43a9150107
commit
f9dc1aeb32
@ -9,7 +9,7 @@ PortSelectorDialog::PortSelectorDialog( wxWindow* parent, wxWindowID id, std::st
|
|||||||
int nPorts = comGetNoPorts();
|
int nPorts = comGetNoPorts();
|
||||||
|
|
||||||
for (int i = 0; i < nPorts; i++) {
|
for (int i = 0; i < nPorts; i++) {
|
||||||
m_portList->Append(comGetPortName(i));
|
m_portList->Append(comGetInternalName(i));
|
||||||
}
|
}
|
||||||
|
|
||||||
comTerminate();
|
comTerminate();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user