mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
REM: cleaning up some commented code.
This commit is contained in:
parent
d0724780ab
commit
955228691e
2 changed files with 4 additions and 5 deletions
|
@ -123,7 +123,7 @@ int usage_lf_find(void){
|
|||
|
||||
/* send a LF command before reading */
|
||||
int CmdLFCommandRead(const char *Cmd) {
|
||||
// static char dummy[3] = {0x20,0x00,0x00};
|
||||
|
||||
bool errors = FALSE;
|
||||
bool useHighFreq = FALSE;
|
||||
uint16_t one = 0, zero = 0;
|
||||
|
@ -136,7 +136,6 @@ int CmdLFCommandRead(const char *Cmd) {
|
|||
case 'h':
|
||||
return usage_lf_cmdread();
|
||||
case 'H':
|
||||
//dummy[1]='h';
|
||||
useHighFreq = TRUE;
|
||||
cmdp++;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue