This commit is contained in:
Philippe Teuwen
2021-04-18 18:31:51 +02:00
parent 729fd0439c
commit ed78bca62b
6 changed files with 113 additions and 113 deletions

View File

@@ -777,7 +777,7 @@ void annotateMfDesfire(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
for (uint8_t i = 0; i < 2; i++, pos++) {
bool found_annotation = true;
switch (cmd[pos]) {
case MFDES_CREATE_APPLICATION:
snprintf(exp, size, "CREATE APPLICATION");
@@ -897,7 +897,7 @@ void annotateMfDesfire(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
found_annotation = false;
break;
}
if (found_annotation) {
break;
}