mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
reorganize few global vars & fcts
This commit is contained in:
parent
bae2f5f04e
commit
a8b92f48a7
7 changed files with 17 additions and 21 deletions
|
@ -13,9 +13,9 @@
|
|||
|
||||
#include "common.h"
|
||||
|
||||
extern int g_rsamples; // = 0;
|
||||
extern uint8_t g_trigger;
|
||||
|
||||
extern bool g_hf_field_active;
|
||||
void hf_field_off(void);
|
||||
int tearoff_hook(void);
|
||||
|
||||
// ADC Vref = 3300mV, and an (10M+1M):1M voltage divider on the HF input can measure voltages up to 36300 mV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue