mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
space
This commit is contained in:
parent
6484bd641c
commit
f4c91bc3aa
2 changed files with 2 additions and 2 deletions
|
@ -231,7 +231,7 @@ int CmdHFTune(const char *Cmd) {
|
|||
}
|
||||
|
||||
uint16_t volt = resp.data.asDwords[0] & 0xFFFF;
|
||||
PrintAndLogEx(INPLACE, "%u mV / %2u V", volt, (uint16_t)(volt / 1000));
|
||||
PrintAndLogEx(INPLACE, " %u mV / %2u V", volt, (uint16_t)(volt / 1000));
|
||||
}
|
||||
mode[0] = 3;
|
||||
|
||||
|
|
|
@ -286,7 +286,7 @@ static int CmdLFTune(const char *Cmd) {
|
|||
}
|
||||
|
||||
uint32_t volt = resp.data.asDwords[0];
|
||||
PrintAndLogEx(INPLACE, "%u mV / %3u V", volt, (uint32_t)(volt / 1000));
|
||||
PrintAndLogEx(INPLACE, " %u mV / %3u V", volt, (uint32_t)(volt / 1000));
|
||||
}
|
||||
|
||||
params[0] = 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue