Remove local armsrc/stdint.h and fix some other #includes

This commit is contained in:
pwpiwi 2017-03-06 19:22:35 +01:00
commit b8e461ff61
13 changed files with 22 additions and 47 deletions

View file

@ -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,