mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
Some random cleanup
This commit is contained in:
parent
bd20f8f478
commit
c1bd1140c4
4 changed files with 2 additions and 28 deletions
|
@ -8,7 +8,7 @@
|
|||
// The common USB driver used for both the bootloader and the application.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include <proxmark3.h>
|
||||
#include "proxmark3.h"
|
||||
|
||||
#define min(a, b) (((a) > (b)) ? (b) : (a))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue