mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
fixed stupid 64-bit formatting for x86/amd64 and unix/windows - part2
This commit is contained in:
parent
125a98a110
commit
1a07fd510d
4 changed files with 7 additions and 5 deletions
|
@ -15,6 +15,8 @@
|
|||
#define __STDC_FORMAT_MACROS
|
||||
#include <inttypes.h>
|
||||
#define llx PRIx64
|
||||
#define lli PRIi64
|
||||
#define hhu PRIu8
|
||||
|
||||
#include <usb.h>
|
||||
#include "usb_cmd.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue