mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-29 06:24:45 -07:00
Keep prev selection when new selection fails
This commit is contained in:
@@ -73,7 +73,6 @@ static Type4TagError type_4_tag_listener_iso_select(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
instance->state = Type4TagListenerStateIdle;
|
|
||||||
bit_buffer_append_bytes(
|
bit_buffer_append_bytes(
|
||||||
instance->tx_buffer, type_4_tag_not_found_apdu, sizeof(type_4_tag_not_found_apdu));
|
instance->tx_buffer, type_4_tag_not_found_apdu, sizeof(type_4_tag_not_found_apdu));
|
||||||
return Type4TagErrorCustomCommand;
|
return Type4TagErrorCustomCommand;
|
||||||
|
|||||||
Reference in New Issue
Block a user