Aleksandr Kutuzov
il y a 5 ans
|
|
@@ -2,7 +2,6 @@
|
|
|
|
|
|
#include <assert.h>
|
|
|
#include <flipper.h>
|
|
|
-#include <dispatcher.h>
|
|
|
|
|
|
#include <gui/gui.h>
|
|
|
#include <gui/widget.h>
|
|
|
@@ -16,6 +15,8 @@
|
|
|
#include <rfal_nfc.h>
|
|
|
#include <rfal_nfca.h>
|
|
|
|
|
|
+#include "dispatcher.h"
|
|
|
+
|
|
|
typedef enum {
|
|
|
MessageTypeBase,
|
|
|
} NFCMessageType;
|