mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: i2c clean up
This commit is contained in:
parent
2102b19d11
commit
684a692bb0
2 changed files with 3 additions and 18 deletions
|
@ -386,10 +386,11 @@ int CmdSmartSetClock(const char *Cmd){
|
|||
if (!isok) {
|
||||
PrintAndLogEx(WARNING, "smart card set clock failed");
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
switch (clock) {
|
||||
case 0:
|
||||
PrintAndLogEx(SUCCESS, "Clock changed to 16mhz given 10800 baudrate");
|
||||
PrintAndLogEx(SUCCESS, "Clock changed to 16mhz giving 10800 baudrate");
|
||||
break;
|
||||
case 1:
|
||||
PrintAndLogEx(SUCCESS, "Clock changed to 8mhz giving 21600 baudrate");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue