fix: 'hf mfu rdbl'
fix: 'hf mfu dump' - bad exit strategy
This commit is contained in:
@@ -371,7 +371,7 @@ int mifare_ultra_readblock(uint8_t blockNo, uint8_t *blockData) {
|
|||||||
switch ( res ) {
|
switch ( res ) {
|
||||||
case 0:
|
case 0:
|
||||||
case 1:
|
case 1:
|
||||||
break;
|
return res;
|
||||||
default:
|
default:
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user