mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Forgot debug string
This commit is contained in:
parent
b723126deb
commit
35a738f962
1 changed files with 0 additions and 1 deletions
|
@ -606,7 +606,6 @@ int I2C_get_version(uint8_t *maj, uint8_t *min) {
|
||||||
I2C_Reset_EnterMainProgram();
|
I2C_Reset_EnterMainProgram();
|
||||||
uint8_t len = I2C_BufferRead(resp, sizeof(resp), I2C_DEVICE_CMD_GETVERSION, I2C_DEVICE_ADDRESS_MAIN);
|
uint8_t len = I2C_BufferRead(resp, sizeof(resp), I2C_DEVICE_CMD_GETVERSION, I2C_DEVICE_ADDRESS_MAIN);
|
||||||
if (len > 0) {
|
if (len > 0) {
|
||||||
Dbprintf(" version.................v%x.%02d", maj, min);
|
|
||||||
*maj = resp[0];
|
*maj = resp[0];
|
||||||
*min = resp[1];
|
*min = resp[1];
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue