Sfoglia il codice sorgente

Move dispatcher to nfc.

Aleksandr Kutuzov 5 anni fa
parent
commit
ee18198b4d

+ 0 - 0
core/dispatcher.c → applications/nfc/dispatcher.c


+ 0 - 0
core/dispatcher.h → applications/nfc/dispatcher.h


+ 2 - 1
applications/nfc/nfc.c

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