mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix coverity warnings
This commit is contained in:
parent
0a9d2ca03d
commit
4763eb417a
2 changed files with 5 additions and 9 deletions
|
@ -189,9 +189,6 @@ int CmdLFCommandRead(const char *Cmd) {
|
|||
int CmdFlexdemod(const char *Cmd) {
|
||||
(void)Cmd; // Cmd is not used so far
|
||||
|
||||
if (GraphTraceLen < 0)
|
||||
return 0;
|
||||
|
||||
#ifndef LONG_WAIT
|
||||
#define LONG_WAIT 100
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue