fix few missing declarations -> static or add include file

This commit is contained in:
Philippe Teuwen 2019-10-25 00:55:16 +02:00
commit 07cf3fd32b
12 changed files with 19 additions and 11 deletions

View file

@ -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