iso15 - add some annotation for write mulit

This commit is contained in:
iceman1001 2019-12-20 11:23:27 +01:00
commit 3ddf7a0ce5
2 changed files with 5 additions and 0 deletions

View file

@ -404,6 +404,9 @@ void annotateIso15693(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
case ISO15693_READ_MULTI_BLOCK:
snprintf(exp, size, "READ_MULTI_BLOCK");
return;
case ISO15693_WRITE_MULTI_BLOCK:
snprintf(exp, size, "WRITE_MULTI_BLOCK");
return;
case ISO15693_SELECT:
snprintf(exp, size, "SELECT");
return;