mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
style
This commit is contained in:
parent
b5ecdde19e
commit
7f40ad7f9d
11 changed files with 183 additions and 102 deletions
|
@ -33,8 +33,7 @@
|
|||
#define FPGA_TRACE_SIZE 3072
|
||||
|
||||
// definitions for multiple FPGA config files support
|
||||
typedef enum
|
||||
{
|
||||
typedef enum {
|
||||
FPGA_BITSTREAM_UNKNOWN = 0,
|
||||
FPGA_BITSTREAM_LF = 1,
|
||||
FPGA_BITSTREAM_HF,
|
||||
|
@ -43,8 +42,7 @@ typedef enum
|
|||
FPGA_BITSTREAM_MAX = FPGA_BITSTREAM_HF_15,
|
||||
} FPGA_config;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
typedef struct {
|
||||
const char *const versionString;
|
||||
const FPGA_config target_config;
|
||||
} FPGA_VERSION_INFORMATION;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue