mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Remove local armsrc/stdint.h and fix some other #includes
This commit is contained in:
parent
8a8e7c6914
commit
b8e461ff61
13 changed files with 22 additions and 47 deletions
|
@ -13,6 +13,12 @@
|
|||
#ifndef _HITAG2_H_
|
||||
#define _HITAG2_H_
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define PACKED
|
||||
#else
|
||||
#define PACKED __attribute__((packed))
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
RHTSF_CHALLENGE = 01,
|
||||
RHTSF_KEY = 02,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue