mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
CHG: removed some #DEFINE TRUE/FALSE
This commit is contained in:
parent
5f18400cbe
commit
4406f4ee2a
19 changed files with 149 additions and 133 deletions
|
@ -42,10 +42,6 @@ typedef long long quad_t;
|
|||
typedef unsigned long u_long;
|
||||
typedef unsigned short u_short;
|
||||
typedef int ssize_t;
|
||||
/*
|
||||
typedef uint32_t uintmax_t;
|
||||
typedef int32_t intmax_t;
|
||||
*/
|
||||
|
||||
#define NBBY 8 /* number of bits in a byte */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue