Move dispatcher to nfc.

This commit is contained in:
Aleksandr Kutuzov 2020-10-19 01:40:18 +03:00
parent 4fea9e43a8
commit ee18198b4d
3 changed files with 2 additions and 1 deletions

View File

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