[FL-2388] Fix Mifare Classic exit #1065

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
gornekich 2022-03-28 16:57:36 +03:00 committed by GitHub
parent 425a74a001
commit d15a9500c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,10 @@ typedef enum {
} NfcWorkerState;
typedef enum {
// Reserve first 50 events for application events
NfcWorkerEventReserved = 50,
// Nfc worker common events
NfcWorkerEventSuccess,
NfcWorkerEventFail,
NfcWorkerEventNoCardDetected,