mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
make/cmake: remove weirdy include paths like src/uart/../crypto
This commit is contained in:
parent
4967096e3b
commit
2676740fb3
11 changed files with 17 additions and 18 deletions
|
@ -29,7 +29,7 @@
|
|||
#include "comms.h" // clearCommandBuffer
|
||||
#include "cmdtrace.h"
|
||||
#include "iso15693tools.h"
|
||||
#include "../crypto/libpcrypto.h"
|
||||
#include "crypto/libpcrypto.h"
|
||||
#include "graph.h"
|
||||
#include "crc16.h" // iso15 crc
|
||||
#include "cmddata.h" // getsamples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue