mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
arm em4x50: Fix codeql warnings
This commit is contained in:
parent
53671b127b
commit
28cdbeea4c
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@
|
||||||
#define EM4X50_TAG_MAX_NO_BYTES 136
|
#define EM4X50_TAG_MAX_NO_BYTES 136
|
||||||
#define EM4X50_TIMEOUT_PULSE_EVAL 2500
|
#define EM4X50_TIMEOUT_PULSE_EVAL 2500
|
||||||
|
|
||||||
int g_High = 190;
|
uint8_t g_High = 190;
|
||||||
int g_Low = 60;
|
uint8_t g_Low = 60;
|
||||||
|
|
||||||
// indication whether a previous login has been successful, so operations
|
// indication whether a previous login has been successful, so operations
|
||||||
// that require authentication can be handled
|
// that require authentication can be handled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue