mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 04:49:38 -07:00
fix spacing
and remove old comment git added back in..
This commit is contained in:
parent
c90d3f0cec
commit
af1f33e9b2
1 changed files with 1 additions and 3 deletions
|
@ -41,7 +41,7 @@ typedef struct{
|
|||
bool averaging;
|
||||
int divisor;
|
||||
int trigger_threshold;
|
||||
int samples_to_skip;
|
||||
int samples_to_skip;
|
||||
} sample_config;
|
||||
|
||||
// For the bootloader
|
||||
|
@ -119,8 +119,6 @@ typedef struct{
|
|||
#define CMD_PARADOX_CLONE_TAG 0x0226
|
||||
#define CMD_EM4X_PROTECT 0x0228
|
||||
|
||||
/* CMD_SET_ADC_MUX: ext1 is 0 for lopkd, 1 for loraw, 2 for hipkd, 3 for hiraw */
|
||||
|
||||
// For the 13.56 MHz tags
|
||||
#define CMD_ACQUIRE_RAW_ADC_SAMPLES_ISO_15693 0x0300
|
||||
#define CMD_READ_SRI512_TAG 0x0303
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue