mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-20 23:38:32 +00:00
Fix include paths
This commit is contained in:
parent
0ba8ac4ed0
commit
61e24fcb13
2 changed files with 3 additions and 3 deletions
lib/nfc
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "protocols/mf_classic/mf_classic.h"
|
||||
#include <protocols/mf_classic/mf_classic.h>
|
||||
#include <toolbox/bit_buffer.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
#include "mf_classic_poller.h"
|
||||
#include <lib/nfc/protocols/iso14443_3a/iso14443_3a_poller_i.h>
|
||||
#include <bit_lib/bit_lib.h>
|
||||
#include "nfc/helpers/iso14443_crc.h"
|
||||
#include <nfc/helpers/iso14443_crc.h>
|
||||
#include <nfc/helpers/crypto1.h>
|
||||
#include <stream/stream.h>
|
||||
#include <stream/buffered_file_stream.h>
|
||||
#include "keys_dict.h"
|
||||
#include "helpers/nfc_util.h"
|
||||
#include <helpers/nfc_util.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Reference in a new issue