mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-23 00:21:53 +08:00
very small corrections
This commit is contained in:
parent
fc3638a5f4
commit
c2d3b89325
1 changed files with 3 additions and 2 deletions
|
@ -1062,7 +1062,7 @@ void em4x50_wipe(em4x50_data_t *etd) {
|
|||
// to verify result reset EM4x50
|
||||
if (reset()) {
|
||||
|
||||
// login not necessary because protectd word has been set to 0
|
||||
// login not necessary because protected word has been set to 0
|
||||
// -> no read protected words
|
||||
// -> selective read can be called immediately
|
||||
if (selective_read(addresses)) {
|
||||
|
@ -1142,7 +1142,8 @@ void em4x50_brute(em4x50_data_t *etd) {
|
|||
}
|
||||
|
||||
// print footer
|
||||
Dbprintf("|---------+------------+------------|");
|
||||
if (cnt >= 500)
|
||||
Dbprintf("|---------+------------+------------|");
|
||||
}
|
||||
|
||||
lf_finalize();
|
||||
|
|
Loading…
Reference in a new issue