mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
small fix strings
This commit is contained in:
parent
9b4f07e64a
commit
613df0cf36
1 changed files with 2 additions and 2 deletions
|
@ -2482,7 +2482,7 @@ void RAMFUNC SniffMifare(uint8_t param) {
|
||||||
for(uint32_t sniffCounter = 0; true; ) {
|
for(uint32_t sniffCounter = 0; true; ) {
|
||||||
|
|
||||||
if(BUTTON_PRESS()) {
|
if(BUTTON_PRESS()) {
|
||||||
DbpString("cancelled by button");
|
DbpString("Canceled by button.");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2576,7 +2576,7 @@ void RAMFUNC SniffMifare(uint8_t param) {
|
||||||
|
|
||||||
} // main cycle
|
} // main cycle
|
||||||
|
|
||||||
DbpString("COMMAND FINISHED");
|
DbpString("COMMAND FINISHED.");
|
||||||
|
|
||||||
FpgaDisableSscDma();
|
FpgaDisableSscDma();
|
||||||
MfSniffEnd();
|
MfSniffEnd();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue