missing break, migth lead to strange behavior

This commit is contained in:
iceman1001 2025-05-28 20:51:51 +02:00
commit b2e587afa5

View file

@ -4276,6 +4276,7 @@ void SimulateIso14443aTagAID(uint8_t tagType, uint16_t flags, uint8_t *uid,
dynamic_response_info.response_n = 3 + offset; dynamic_response_info.response_n = 3 + offset;
} }
} }
break;
} }
break; break;