فهرست منبع

Move dispatcher to nfc.

Aleksandr Kutuzov 5 سال پیش
والد
کامیت
ee18198b4d
3فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 0 0
      applications/nfc/dispatcher.c
  2. 0 0
      applications/nfc/dispatcher.h
  3. 2 1
      applications/nfc/nfc.c

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