chg: @piwi's code cleanup and some more.

ref: 43534cbad2
This commit is contained in:
iceman1001
2017-02-23 00:03:10 +01:00
parent b4762e2712
commit 9c624f67b3
31 changed files with 176 additions and 183 deletions

View File

@@ -8,7 +8,6 @@
//-----------------------------------------------------------------------------
// Main binary
//-----------------------------------------------------------------------------
#ifndef PROXMARK3_H__
#define PROXMARK3_H__
@@ -28,14 +27,11 @@
#include <inttypes.h>
#include "usb_cmd.h"
/*
#define lu PRIu32
#define lx PRIx32
#define llx PRIx64
#define lli PRIi64
#define llu PRIu64
#define hhu PRIu8
*/
#define PROXPROMPT "pm3 --> "
void SendCommand(UsbCommand *c);
#endif
#endif