mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
style
This commit is contained in:
parent
0442e04e05
commit
026cd7d53d
7 changed files with 40 additions and 41 deletions
|
@ -717,10 +717,10 @@ void I2C_print_status(void) {
|
|||
if (I2C_get_version(&major, &minor) == PM3_SUCCESS) {
|
||||
|
||||
Dbprintf(" version................. v%x.%02d ( %s )"
|
||||
, major
|
||||
, minor
|
||||
, ( (major == 4) && (minor == 42) ) ? _GREEN_("ok") : _RED_("Outdated")
|
||||
);
|
||||
, major
|
||||
, minor
|
||||
, ((major == 4) && (minor == 42)) ? _GREEN_("ok") : _RED_("Outdated")
|
||||
);
|
||||
} else {
|
||||
DbpString(" version................. ( " _RED_("fail") " )");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue