cppchecker - param name

This commit is contained in:
iceman1001 2020-03-13 14:23:34 +01:00
parent 6f20f86c2d
commit e460a4e6ca

View file

@ -19,6 +19,6 @@ int detectIndala26(uint8_t *bitStream, size_t *size, uint8_t *invert);
int detectIndala64(uint8_t *bitStream, size_t *size, uint8_t *invert);
int detectIndala224(uint8_t *bitStream, size_t *size, uint8_t *invert);
int demodIndala(void);
int getIndalaBits(uint8_t fc, uint16_t csn, uint8_t *bits);
int getIndalaBits(uint8_t fc, uint16_t cn, uint8_t *bits);
#endif