mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix: bitstream_index_map overflow
This commit is contained in:
parent
f1041c06a7
commit
0710a37429
4 changed files with 7 additions and 5 deletions
|
@ -36,10 +36,12 @@
|
|||
typedef enum {
|
||||
FPGA_BITSTREAM_UNKNOWN = 0,
|
||||
FPGA_BITSTREAM_LF = 1,
|
||||
FPGA_BITSTREAM_MIN = FPGA_BITSTREAM_LF,
|
||||
FPGA_BITSTREAM_HF,
|
||||
FPGA_BITSTREAM_HF_FELICA,
|
||||
FPGA_BITSTREAM_HF_15,
|
||||
FPGA_BITSTREAM_MAX = FPGA_BITSTREAM_HF_15,
|
||||
FPGA_CONFIG_COUNT
|
||||
} FPGA_config;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue