mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
Cleanup includes
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#include "type_4_tag_i.h"
|
||||
|
||||
#include <furi.h>
|
||||
|
||||
#define TYPE_4_TAG_PROTOCOL_NAME "Type 4 Tag"
|
||||
|
||||
const NfcDeviceBase nfc_device_type_4_tag = {
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
|
||||
#include <lib/nfc/protocols/iso14443_4a/iso14443_4a.h>
|
||||
|
||||
#include <lib/toolbox/simple_array.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
#include "type_4_tag_poller_i.h"
|
||||
#include "type_4_tag_poller_defs.h"
|
||||
#include "type_4_tag_i.h"
|
||||
|
||||
#include <nfc/protocols/nfc_poller_base.h>
|
||||
|
||||
#include <furi.h>
|
||||
|
||||
#define TAG "Type4TagPoller"
|
||||
|
||||
// Read returns 2 byte status trailer, write sends 5 byte command header
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
|
||||
#include "type_4_tag.h"
|
||||
|
||||
#include <lib/nfc/protocols/iso14443_4a/iso14443_4a_poller.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
#include "type_4_tag_poller_i.h"
|
||||
#include "type_4_tag_i.h"
|
||||
|
||||
#include <bit_lib/bit_lib.h>
|
||||
#include <furi.h>
|
||||
|
||||
#include "type_4_tag_i.h"
|
||||
|
||||
#define TAG "Type4TagPoller"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user