Fix arg names mismatches between decl & def

This commit is contained in:
Philippe Teuwen 2019-06-07 21:26:03 +02:00
commit f7dfd2a1f2
3 changed files with 8 additions and 8 deletions

View file

@ -24,7 +24,7 @@
int CmdLFViking(const char *Cmd);
int demodViking(void);
int detectViking(uint8_t *dest, size_t *size);
int detectViking(uint8_t *src, size_t *size);
uint64_t getVikingBits(uint32_t id);
#endif