chg: remove warning unused variable
This commit is contained in:
@@ -242,7 +242,7 @@ int CmdAWIDRead_device(const char *Cmd) {
|
||||
int CmdAWIDDemod(const char *Cmd) {
|
||||
uint8_t bits[MAX_GRAPH_TRACE_LEN]={0};
|
||||
size_t size = getFromGraphBuf(bits);
|
||||
if (size==0) {
|
||||
if (size == 0) {
|
||||
PrintAndLogEx(DEBUG, "DEBUG: Error - AWID not enough samples");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user