mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
cppchecker fix, removed odd loop
This commit is contained in:
parent
7750e60ac3
commit
c50c0f1630
2 changed files with 13 additions and 12 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include "common.h"
|
||||
|
||||
void crc32_ex(const uint8_t *data, const size_t len, uint8_t *crc);
|
||||
void crc32_append(uint8_t *data, const size_t len);
|
||||
void crc32_ex(const uint8_t *d, const size_t n, uint8_t *crc);
|
||||
void crc32_append(uint8_t *d, const size_t n);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue