mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
style
This commit is contained in:
parent
5ca29246e9
commit
82e7830e5b
1 changed files with 1 additions and 1 deletions
|
@ -725,7 +725,7 @@ void I2C_print_status(void) {
|
|||
uint8_t major, minor;
|
||||
if (I2C_get_version(&major, &minor) == PM3_SUCCESS) {
|
||||
|
||||
Dbprintf(" version................. v%x.%02d ( %s )"
|
||||
Dbprintf(" version................. v%d.%02d ( %s )"
|
||||
, major
|
||||
, minor
|
||||
, ((major == 4) && (minor == 42)) ? _GREEN_("ok") : _RED_("Outdated")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue