mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
style
This commit is contained in:
parent
2ed69ad8f7
commit
5a7bb278aa
1 changed files with 2 additions and 1 deletions
|
@ -81,8 +81,9 @@ void lf_sample_mean(void) {
|
|||
adc_avg = adc_sum >> 5;
|
||||
previous_adc_val = adc_avg;
|
||||
|
||||
if (g_dbglevel >= DBG_EXTENDED)
|
||||
if (g_dbglevel >= DBG_EXTENDED) {
|
||||
Dbprintf("LF ADC average %u", adc_avg);
|
||||
}
|
||||
}
|
||||
|
||||
static size_t lf_count_edge_periods_ex(size_t max, bool wait, bool detect_gap) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue