mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix CID #405232
This commit is contained in:
parent
060f452530
commit
8f20eed914
7 changed files with 770 additions and 769 deletions
|
@ -366,8 +366,8 @@ void Flashmem_print_status(void) {
|
|||
}
|
||||
} else {
|
||||
Dbprintf(" Device ID............... " _YELLOW_("%02X / %02X (unknown)"),
|
||||
device_type.manufacturer_id,
|
||||
device_type.device_id
|
||||
device_type.manufacturer_id,
|
||||
device_type.device_id
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue