mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Fix writing with platform detect
This commit is contained in:
@@ -76,7 +76,7 @@ static NfcCommand type_4_tag_poller_handler_detect_platform(Type4TagPoller* inst
|
|||||||
}
|
}
|
||||||
instance->state = Type4TagPollerStateSelectApplication;
|
instance->state = Type4TagPollerStateSelectApplication;
|
||||||
|
|
||||||
return NfcCommandContinue;
|
return NfcCommandReset;
|
||||||
}
|
}
|
||||||
|
|
||||||
static NfcCommand type_4_tag_poller_handler_select_app(Type4TagPoller* instance) {
|
static NfcCommand type_4_tag_poller_handler_select_app(Type4TagPoller* instance) {
|
||||||
|
|||||||
Reference in New Issue
Block a user