Keep prev selection when new selection fails

This commit is contained in:
Willy-JL
2025-03-17 06:17:25 +00:00
parent 22a6c37e20
commit 0df5a66b19

View File

@@ -73,7 +73,6 @@ static Type4TagError type_4_tag_listener_iso_select(
}
}
instance->state = Type4TagListenerStateIdle;
bit_buffer_append_bytes(
instance->tx_buffer, type_4_tag_not_found_apdu, sizeof(type_4_tag_not_found_apdu));
return Type4TagErrorCustomCommand;