mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-27 02:24:47 +08:00
fix: 'hf mfu rdbl'
fix: 'hf mfu dump' - bad exit strategy
This commit is contained in:
parent
32a1bb4c01
commit
3e7576c86d
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ int mifare_ultra_readblock(uint8_t blockNo, uint8_t *blockData) {
|
|||
switch ( res ) {
|
||||
case 0:
|
||||
case 1:
|
||||
break;
|
||||
return res;
|
||||
default:
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue