mirror of https://github.com/lwvmobile/dsd-fme.git
parent
29a39b7196
commit
f1a08c81d7
|
|
@ -626,8 +626,8 @@ void dmr_embedded_gps (dsd_opts * opts, dsd_state * state, uint8_t lc_bits[])
|
||||||
char * timestr = getTime();
|
char * timestr = getTime();
|
||||||
|
|
||||||
int src = 0;
|
int src = 0;
|
||||||
if (slot == 0) src = state->lasttg;
|
if (slot == 0) src = state->lastsrc;
|
||||||
if (slot == 1) src = state->lasttgR;
|
if (slot == 1) src = state->lastsrcR;
|
||||||
|
|
||||||
//open file by name that is supplied in the ncurses terminal, or cli
|
//open file by name that is supplied in the ncurses terminal, or cli
|
||||||
pFile = fopen (opts->lrrp_out_file, "a");
|
pFile = fopen (opts->lrrp_out_file, "a");
|
||||||
|
|
@ -763,4 +763,4 @@ void apx_embedded_gps (dsd_opts * opts, dsd_state * state, uint8_t lc_bits[])
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf (stderr, "%s", KNRM);
|
fprintf (stderr, "%s", KNRM);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue