mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
make style
This commit is contained in:
parent
6bc00af7a9
commit
8472c6ffe7
5 changed files with 213 additions and 81 deletions
|
@ -30,14 +30,14 @@ Default LF config is set to:
|
|||
*/
|
||||
|
||||
static sample_config def_config = {
|
||||
.decimation = 1,
|
||||
.bits_per_sample = 8,
|
||||
.averaging = 1,
|
||||
.divisor = LF_DIVISOR_125,
|
||||
.trigger_threshold = 0,
|
||||
.samples_to_skip = 0,
|
||||
.verbose = false,
|
||||
};
|
||||
.decimation = 1,
|
||||
.bits_per_sample = 8,
|
||||
.averaging = 1,
|
||||
.divisor = LF_DIVISOR_125,
|
||||
.trigger_threshold = 0,
|
||||
.samples_to_skip = 0,
|
||||
.verbose = false,
|
||||
};
|
||||
|
||||
static sample_config config = { 1, 8, 1, LF_DIVISOR_125, 0, 0, true} ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue