diff options
| author | Stephen Hurd <shurd@FreeBSD.org> | 2014-07-01 18:28:17 +0000 |
|---|---|---|
| committer | Stephen Hurd <shurd@FreeBSD.org> | 2014-07-01 18:28:17 +0000 |
| commit | 8110f34eff27f2b0e44797d0a4a02bc7d1ba1011 (patch) | |
| tree | 7ac29b54fb2ecd21f0e2d1c83ebf8b4ddb08f988 /comms/linrad/files/patch-users.c | |
| parent | 3c32c2b6333b34bb6b6186b5a6c993539fc23c89 (diff) | |
STAGEify and update to 4.00
Portaudio support
Improved AGC
Voice squelch
Spur removal
Support for the rtlsdr library
Reviewed by: db, skreuzer
Approved by: db, skreuzer (mentors)
Diffstat (limited to 'comms/linrad/files/patch-users.c')
| -rw-r--r-- | comms/linrad/files/patch-users.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/comms/linrad/files/patch-users.c b/comms/linrad/files/patch-users.c new file mode 100644 index 000000000000..f3aa47368d72 --- /dev/null +++ b/comms/linrad/files/patch-users.c @@ -0,0 +1,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) |
