mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +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;
|
||||
|
||||
// Windows build mixes these up
|
||||
#ifdef Q_WS_WIN32 || Q_WS_MAC
|
||||
#if defined(Q_WS_WIN32) || defined(Q_WS_MAC)
|
||||
#define qesPORTNAME portName
|
||||
#else
|
||||
#define qesPORTNAME physName
|
||||
|
Loading…
Reference in New Issue
Block a user