mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
CHG: continue code cleanup.
REM: removed stdint.h , since we are using c99 when compiling.
This commit is contained in:
parent
9c624f67b3
commit
07bc72b880
12 changed files with 66 additions and 157 deletions
|
@ -27,10 +27,6 @@
|
|||
#include <inttypes.h>
|
||||
#include "usb_cmd.h"
|
||||
|
||||
/*
|
||||
#define lu PRIu32
|
||||
#define lx PRIx32
|
||||
*/
|
||||
#define PROXPROMPT "pm3 --> "
|
||||
|
||||
void SendCommand(UsbCommand *c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue