mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Swap mac serial portnames just like windows needed
This commit is contained in:
parent
96f6bffb05
commit
5f0720816b
@ -939,7 +939,7 @@ void Oximetry::on_RefreshPortsButton_clicked()
|
|||||||
bool current_found=false;
|
bool current_found=false;
|
||||||
|
|
||||||
// Windows build mixes these up
|
// Windows build mixes these up
|
||||||
#ifdef Q_WS_WIN32 || Q_WS_MAC
|
#if defined(Q_WS_WIN32) || defined(Q_WS_MAC)
|
||||||
#define qesPORTNAME portName
|
#define qesPORTNAME portName
|
||||||
#else
|
#else
|
||||||
#define qesPORTNAME physName
|
#define qesPORTNAME physName
|
||||||
|
Loading…
Reference in New Issue
Block a user