fix decoding apdu

This commit is contained in:
merlokk
2019-08-21 17:30:37 +03:00
committed by Conor Patrick
parent 728acc1671
commit 0d621d13f9
2 changed files with 2 additions and 2 deletions

View File

@@ -1685,7 +1685,7 @@ uint8_t ctap_request(uint8_t * pkt_raw, int length, CTAP_RESPONSE * resp)
break;
default:
status = CTAP1_ERR_INVALID_COMMAND;
printf2(TAG_ERR,"error, invalid cmd: %x\n", cmd);
printf2(TAG_ERR,"error, invalid cmd: 0x%02x\n", cmd);
}
done: