From 43902c7c46b83b3dbf5420dc2a516495c6f4170e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 25 Mar 2019 14:52:57 +0100 Subject: [PATCH] style --- common/wiegand.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/wiegand.h b/common/wiegand.h index d856e3993..1db50607c 100644 --- a/common/wiegand.h +++ b/common/wiegand.h @@ -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);