Disable VC6 sync print

Disable VC6 sync print
This commit is contained in:
lwvmobile 2022-05-30 03:24:19 -04:00 committed by GitHub
parent 66ec027bd2
commit 656d7b2add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -175,12 +175,12 @@ void dmrBS (dsd_opts * opts, dsd_state * state)
sync[24] = 0;
if (internalslot == 0 && vc1 == 6)
{
fprintf (stderr, "\nVC6 Burst = %X\n", syncdata);
//fprintf (stderr, "\nVC6 Burst = %X\n", syncdata);
}
if (internalslot == 1 && vc2 == 6)
{
fprintf (stderr, "\nVC6 Burst = %X\n", syncdata);
//fprintf (stderr, "\nVC6 Burst = %X\n", syncdata);
}
EmbeddedSignallingOk = -1;