sAPDU printing.. these different apdu structs will need to be unified

This commit is contained in:
iceman1001
2020-11-06 23:50:31 +01:00
parent a8b92f48a7
commit ac9d33c35f
2 changed files with 19 additions and 0 deletions

View File

@@ -63,4 +63,5 @@ extern int APDUEncodeS(sAPDU *sapdu, bool extended, uint16_t le, uint8_t *data,
extern void APDUPrint(APDUStruct apdu);
extern void APDUPrintEx(APDUStruct apdu, size_t maxdatalen);
void SAPDUPrint(sAPDU apdu, size_t maxdatalen);
#endif