mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
cppcheck fixes
This commit is contained in:
parent
edb5f18b3a
commit
05576ba06b
10 changed files with 34 additions and 54 deletions
|
@ -75,4 +75,6 @@ void htole24(uint32_t val, uint8_t data[3]);
|
|||
// rol on a u32
|
||||
uint32_t rotl(uint32_t a, uint8_t n);
|
||||
uint32_t rotr(uint32_t a, uint8_t n);
|
||||
|
||||
uint16_t get_sw(const uint8_t *d, uint8_t n);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue