cppchecker, text

This commit is contained in:
iceman1001
2021-05-07 12:04:50 +02:00
parent 3418d747d9
commit 3f6c914b99
5 changed files with 9 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
#include "common.h"
int CmdLFDestron(const char *Cmd);
int detectDestron(uint8_t *bits, size_t *size);
int detectDestron(uint8_t *dest, size_t *size);
int demodDestron(bool verbose);
int readDestronUid(void);
#endif