Fix #ifdef pragmas.

pull/143/head^2
Fredrik Öhrström 2020-08-16 15:31:28 +02:00
rodzic d4b47f65b0
commit e7a94a1423
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1078,6 +1078,8 @@ vector<string> SerialCommunicationManagerImp::listSerialDevices()
return found_serials;
}
#endif
#define CHECK_SPEED(x) { if (bits == x) return #x; }
string lookupSpeed(tcflag_t bits)
@ -1299,5 +1301,3 @@ err:
return "error";
}
#endif