mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
fix few missing declarations -> static or add include file
This commit is contained in:
parent
390d0ab525
commit
07cf3fd32b
12 changed files with 19 additions and 11 deletions
|
@ -120,7 +120,7 @@ bool set_nonlinear_field(wiegand_message_t *data, uint64_t value, uint8_t numBit
|
|||
return result;
|
||||
}
|
||||
|
||||
uint8_t get_length_from_header(wiegand_message_t *data) {
|
||||
static uint8_t get_length_from_header(wiegand_message_t *data) {
|
||||
uint8_t len = 0;
|
||||
uint32_t hfmt = 0; // for calculating card length
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue