mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07: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
|
// to verify result reset EM4x50
|
||||||
if (reset()) {
|
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
|
// -> no read protected words
|
||||||
// -> selective read can be called immediately
|
// -> selective read can be called immediately
|
||||||
if (selective_read(addresses)) {
|
if (selective_read(addresses)) {
|
||||||
|
@ -1142,7 +1142,8 @@ void em4x50_brute(em4x50_data_t *etd) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// print footer
|
// print footer
|
||||||
Dbprintf("|---------+------------+------------|");
|
if (cnt >= 500)
|
||||||
|
Dbprintf("|---------+------------+------------|");
|
||||||
}
|
}
|
||||||
|
|
||||||
lf_finalize();
|
lf_finalize();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue