Nomenclature Fix

Nomenclature Fix
This commit is contained in:
lwvmobile 2022-08-21 23:55:16 -04:00 committed by GitHub
parent df6d7a6609
commit 092da7b6d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ if (state->currentslot == 0 && state->H > 0 && state->dmr_so & 0x40 && state->pa
{
fprintf (stderr, "%s", KYEL);
fprintf(stderr, " HYT %010llX", state->H);
fprintf(stderr, " T10 %010llX", state->H);
fprintf (stderr, "%s", KNRM);
k = state->H;
@ -150,7 +150,7 @@ if (state->currentslot == 1 && state->H > 0 && state->dmr_soR & 0x40 && state->p
{
fprintf (stderr, "%s", KYEL);
fprintf(stderr, " HYT %010llX", state->H);
fprintf(stderr, " T10 %010llX", state->H);
fprintf (stderr, "%s", KNRM);
k = state->H;

View File

@ -206,7 +206,7 @@ char *choices[] = {
"Decode NXDN96",
"Decode X2-TDMA*",
"Toggle Signal Inversion",
"Basic Key Entry", //spacer
"Privacy Key Entry", //spacer
"Reset Call History",
"Enable Payloads to Console",
"Disable Payloads to Console",