mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
cppchecker missing includes
This commit is contained in:
parent
a8aadb2751
commit
b63495cce7
4 changed files with 4 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
// Routines to support mifare classic sniffer.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "mifaresniff.h"
|
||||
#include "mifaresniff_disabled.h"
|
||||
|
||||
#ifndef CheckCrc14A
|
||||
# define CheckCrc14A(data, len) check_crc(CRC_14443_A, (data), (len))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue