mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
rename crc -> crc_ctx. triggers overshadowing
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
#include "common.h" //stdint, stddef, stdbool
|
||||
#include "util.h" // reflect, bswap_16
|
||||
|
||||
typedef struct crc {
|
||||
typedef struct crc_ctx {
|
||||
uint32_t state;
|
||||
int order;
|
||||
uint32_t polynom;
|
||||
|
||||
Reference in New Issue
Block a user