mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
rename crc -> crc_ctx. triggers overshadowing
This commit is contained in:
parent
1e35130fbe
commit
a78af2bb06
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
#include "common.h" //stdint, stddef, stdbool
|
#include "common.h" //stdint, stddef, stdbool
|
||||||
#include "util.h" // reflect, bswap_16
|
#include "util.h" // reflect, bswap_16
|
||||||
|
|
||||||
typedef struct crc {
|
typedef struct crc_ctx {
|
||||||
uint32_t state;
|
uint32_t state;
|
||||||
int order;
|
int order;
|
||||||
uint32_t polynom;
|
uint32_t polynom;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue