aboutsummaryrefslogtreecommitdiffstats
path: root/comms/linrad/files/patch-users.c
blob: f3aa47368d7296e1adfa4fa18911f27501b55621 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- users.c.orig	2014-06-28 18:33:12.000000000 -0700
+++ users.c	2014-06-28 18:33:19.000000000 -0700
@@ -130,6 +130,7 @@
 // Leaving the port open the whole time could leave it in an
 // undefined state if Linrad crashes.
 //
+#if 0
 int n;
 int serport_baudrate;
 int serport_stopbits;
@@ -142,6 +143,7 @@
                  0);                    // RTS mode = 0
 n=lir_write_serport(serport_message,10);
 lir_close_serport();
+#endif
 }
 
 void users_close_devices(void)