mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: removed line
This commit is contained in:
parent
2a120ec2e0
commit
6e144e0121
1 changed files with 0 additions and 1 deletions
|
@ -630,7 +630,6 @@ static int ulev1_print_configuration(uint32_t tagtype, uint8_t *data, uint8_t st
|
|||
bool strg_mod_en = (data[0] & 0x04);
|
||||
uint8_t fdp_conf = (data[0] & 0x03);
|
||||
|
||||
PrintAndLog(" FDP and MIRROR configuration");
|
||||
switch (mirror_conf) {
|
||||
case 0: PrintAndLog(" - no ASCII mirror"); break;
|
||||
case 1: PrintAndLog(" - UID ASCII mirror"); break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue