diff --git a/lib/nfc/protocols/type_4_tag/type_4_tag_poller.c b/lib/nfc/protocols/type_4_tag/type_4_tag_poller.c index 4a8e984fc..5a978d08a 100644 --- a/lib/nfc/protocols/type_4_tag/type_4_tag_poller.c +++ b/lib/nfc/protocols/type_4_tag/type_4_tag_poller.c @@ -76,7 +76,7 @@ static NfcCommand type_4_tag_poller_handler_detect_platform(Type4TagPoller* inst } instance->state = Type4TagPollerStateSelectApplication; - return NfcCommandContinue; + return NfcCommandReset; } static NfcCommand type_4_tag_poller_handler_select_app(Type4TagPoller* instance) {