mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
style
This commit is contained in:
parent
598d016477
commit
e703dcb8ad
3 changed files with 6 additions and 6 deletions
|
@ -174,7 +174,7 @@ int GetPskClock(const char *str, bool printAns) {
|
|||
// Only print this message if we're not looping something
|
||||
if (printAns)
|
||||
PrintAndLogEx(SUCCESS, "Auto-detected clock rate: %d", clock1);
|
||||
|
||||
|
||||
return clock1;
|
||||
}
|
||||
|
||||
|
@ -200,7 +200,7 @@ int GetNrzClock(const char *str, bool printAns) {
|
|||
// Only print this message if we're not looping something
|
||||
if (printAns)
|
||||
PrintAndLogEx(SUCCESS, "Auto-detected clock rate: %d", clock1);
|
||||
|
||||
|
||||
return clock1;
|
||||
}
|
||||
//by marshmellow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue