mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-16 10:05:09 +08:00
style
This commit is contained in:
parent
0409fd1f4e
commit
43902c7c46
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
#include "common.h"
|
||||
#include "util.h"
|
||||
|
||||
uint8_t getParity(uint8_t *bits, uint8_t length, uint8_t type);
|
||||
uint8_t checkParity(uint32_t bits, uint8_t bitlen, uint8_t type);
|
||||
uint8_t getParity(uint8_t *bits, uint8_t len, uint8_t type);
|
||||
uint8_t checkParity(uint32_t bits, uint8_t len, uint8_t type);
|
||||
|
||||
void num_to_wiegand_bytes(uint64_t oem, uint64_t fc, uint64_t cn, uint8_t *dest, uint8_t formatlen);
|
||||
void num_to_wiegand_bits(uint64_t oem, uint64_t fc, uint64_t cn, uint8_t *dest, uint8_t formatlen);
|
||||
|
|
Loading…
Reference in a new issue