mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
style
This commit is contained in:
parent
3210384ef9
commit
a5d02c6ba2
12 changed files with 1643 additions and 1655 deletions
|
@ -542,7 +542,7 @@ void RunMod(void) {
|
|||
sprintf(dumpFileName, DUMP_FILE, mattyrun_card.uid[0], mattyrun_card.uid[1], mattyrun_card.uid[2], mattyrun_card.uid[3]);
|
||||
rdv40_spiffs_write(dumpFileName, emCARD, 1024, RDV40_SPIFFS_SAFETY_SAFE);
|
||||
Dbprintf("[" _GREEN_("+") "] " _GREEN_("Stored card on %s"), dumpFileName);
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
state = STATE_EMULATE;
|
||||
|
|
|
@ -349,7 +349,7 @@ int sam_get_serial_number(void) {
|
|||
}
|
||||
|
||||
Dbprintf(_YELLOW_("Serial Number: "));
|
||||
Dbhexdump(sam_response_an[1],sam_serial_an, false);
|
||||
Dbhexdump(sam_response_an[1], sam_serial_an, false);
|
||||
|
||||
goto out;
|
||||
}
|
||||
|
|
|
@ -356,7 +356,7 @@ int sam_picopass_get_pacs(PacketCommandNG *c) {
|
|||
// step 1: ping SAM
|
||||
sam_get_version(info);
|
||||
|
||||
if(info){
|
||||
if (info) {
|
||||
sam_get_serial_number();
|
||||
goto out;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue