MFIDA4 Console Tweak

This commit is contained in:
lwvmobile 2022-09-30 12:43:16 -04:00
parent e6927d8115
commit 163db6b872
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ void process_MAC_VPDU(dsd_opts * opts, dsd_state * state, int type, unsigned lon
goto END_PDU;
}
wgid = (MAC[10+len_a+a] << 8) | MAC[11+len_a+a];
fprintf (stderr, "WGID [%02X][%05d] ", wgid, wgid);
fprintf (stderr, "WGID [%05d][%02X] ", wgid, wgid);
a = a + 2;
i = i + 2;
}