fix coverity warnings

This commit is contained in:
Philippe Teuwen
2019-04-14 11:05:32 +02:00
parent 0a9d2ca03d
commit 4763eb417a
2 changed files with 5 additions and 9 deletions

View File

@@ -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