mirror of https://github.com/lwvmobile/dsd-fme.git
Fix Line Break Issue on DMR SLC Err;
This commit is contained in:
parent
8cbb30b036
commit
20e862a6a0
|
|
@ -748,7 +748,7 @@ uint8_t dmr_cach (dsd_opts * opts, dsd_state * state, uint8_t cach_bits[25])
|
|||
if (h1 && h2 && h3 && crc) dmr_slco (opts, state, slco_bits);
|
||||
else
|
||||
{
|
||||
if (opts->payload == 0) fprintf (stderr, "\n");
|
||||
fprintf (stderr, "\n");
|
||||
fprintf (stderr, "%s", KRED);
|
||||
fprintf (stderr, " SLCO CRC ERR");
|
||||
fprintf (stderr, "%s", KNRM);
|
||||
|
|
|
|||
Loading…
Reference in New Issue