mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 13:53:26 -07:00
hf mf sniff: small fixes
This commit is contained in:
parent
078e2bd238
commit
8ec06f5ef3
2 changed files with 7 additions and 5 deletions
|
@ -2482,7 +2482,7 @@ void RAMFUNC SniffMifare(uint8_t param) {
|
|||
for(uint32_t sniffCounter = 0; true; ) {
|
||||
|
||||
if(BUTTON_PRESS()) {
|
||||
DbpString("cancelled by button");
|
||||
DbpString("Canceled by button.");
|
||||
break;
|
||||
}
|
||||
|
||||
|
@ -2576,7 +2576,7 @@ void RAMFUNC SniffMifare(uint8_t param) {
|
|||
|
||||
} // main cycle
|
||||
|
||||
DbpString("COMMAND FINISHED");
|
||||
DbpString("COMMAND FINISHED.");
|
||||
|
||||
FpgaDisableSscDma();
|
||||
MfSniffEnd();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue