mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-04-04 22:07:33 +00:00
Fix declaration of _end_of_transmission
This commit is contained in:
parent
e48c43913c
commit
0d68f11117
1 changed files with 1 additions and 3 deletions
|
|
@ -201,9 +201,7 @@ static int _dv_serial_fd = 0;
|
|||
static GMSK_DEMOD _gmsk_demod = NULL;
|
||||
static GMSK_MOD _gmsk_mod = NULL;
|
||||
static DSTAR_MACHINE _dstar = NULL;
|
||||
static _end_of_transmission = FALSE;
|
||||
|
||||
|
||||
static BOOL _end_of_transmission = FALSE;
|
||||
|
||||
#define FREEDV_NSAMPLES 160
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue