mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
added 'buffclear' - when you absolutely positivley must clear every bit in the room
This commit is contained in:
parent
93f36463fb
commit
f23e056d95
4 changed files with 21 additions and 0 deletions
|
@ -22,6 +22,7 @@ extern int CommandFinished;
|
|||
extern int offline;
|
||||
|
||||
// command.cpp
|
||||
static void CmdBuffClear(char *str);
|
||||
static void GetFromBigBuf(BYTE *dest, int bytes);
|
||||
static void CmdReset(char *str);
|
||||
static void CmdQuit(char *str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue