Change default device in testrig.c to show pts usage

pull/680/head
Mike Black W9MDB 2021-04-21 23:47:42 -05:00
rodzic 994bfe4ffe
commit e42571de9c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,7 @@
# include "config.h"
#endif
#define SERIAL_PORT "/dev/ttyUSB0"
#define SERIAL_PORT "/dev/pts/2"
int main(int argc, char *argv[])