NFC: fix crash on MFC read (#1993)
* nfc: fix nfc_worker_stop logic * nfc: fix stop order Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -7,7 +7,6 @@ typedef struct NfcWorker NfcWorker;
|
||||
typedef enum {
|
||||
// Init states
|
||||
NfcWorkerStateNone,
|
||||
NfcWorkerStateBroken,
|
||||
NfcWorkerStateReady,
|
||||
// Main worker states
|
||||
NfcWorkerStateRead,
|
||||
|
Reference in New Issue
Block a user