mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Change logs to info. Make style.
This commit is contained in:
parent
8ce30f54d2
commit
d1906aa03e
3 changed files with 13 additions and 14 deletions
|
@ -447,7 +447,7 @@ static int CmdSetDivisor(const char *Cmd) {
|
|||
uint8_t arg = param_get8ex(Cmd, 0, 95, 10);
|
||||
|
||||
if (arg < 19) {
|
||||
PrintAndLogEx(ERR, "divisor must be between" _YELLOW_("19") " and " _YELLOW_("255") );
|
||||
PrintAndLogEx(ERR, "divisor must be between" _YELLOW_("19") " and " _YELLOW_("255"));
|
||||
return PM3_EINVARG;
|
||||
}
|
||||
// 12 000 000 (12MHz)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue