mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
make style
This commit is contained in:
parent
143d0140db
commit
d46d23d079
18 changed files with 3972 additions and 4091 deletions
|
@ -29,9 +29,9 @@
|
|||
|
||||
#define ADC_CHAN_LF 4
|
||||
#if defined RDV4 || defined ICOPYX
|
||||
#define ADC_CHAN_HF 7
|
||||
#define ADC_CHAN_HF 7
|
||||
#else
|
||||
#define ADC_CHAN_HF 5
|
||||
#define ADC_CHAN_HF 5
|
||||
#endif
|
||||
#define ADC_MODE_PRESCALE(x) ((x) << 8)
|
||||
#define ADC_MODE_STARTUP_TIME(x) ((x) << 16)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue