Remove static to avoid clang complaint.

pull/143/head^2
Fredrik Öhrström 2020-08-16 12:33:06 +02:00
rodzic 4c089246b8
commit 4aeaceb9f8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -41,7 +41,7 @@
#endif
static int openSerialTTY(const char *tty, int baud_rate);
static string showTTYSettings(int fd);
string showTTYSettings(int fd);
struct SerialDeviceImp;
struct SerialDeviceTTY;