chg: i2c clean up

This commit is contained in:
Chris 2018-07-09 12:10:21 +02:00
commit 684a692bb0
2 changed files with 3 additions and 18 deletions

View file

@ -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");