mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
CHG: moved to header filer
This commit is contained in:
parent
995c94dc03
commit
e04f23fabf
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
#include <tlv.h>
|
#include <tlv.h>
|
||||||
#include <stddef.h>
|
|
||||||
|
|
||||||
int decode_ber_tlv_item(uint8_t* data, tlvtag* returnedtag)
|
int decode_ber_tlv_item(uint8_t* data, tlvtag* returnedtag)
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
//structure buffer definitions
|
//structure buffer definitions
|
||||||
#define TAG_LENGTH 2
|
#define TAG_LENGTH 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue