Explorar o código

[FL-2388] Fix Mifare Classic exit #1065

Co-authored-by: あく <alleteam@gmail.com>
gornekich %!s(int64=3) %!d(string=hai) anos
pai
achega
d15a9500c6
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      applications/nfc/nfc_worker.h

+ 4 - 0
applications/nfc/nfc_worker.h

@@ -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,