mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
clean up
This commit is contained in:
parent
c5ac3c16f5
commit
a67c82ff6d
1 changed files with 1 additions and 2 deletions
|
@ -254,7 +254,6 @@ static bool invalid_bit(void) {
|
||||||
|
|
||||||
static uint32_t get_pulse_length(void) {
|
static uint32_t get_pulse_length(void) {
|
||||||
|
|
||||||
//int32_t timeout = (T0 * 3 * EM4X50_T_TAG_FULL_PERIOD), tval = 0;
|
|
||||||
int32_t timeout = EM4X50_TIMEOUT_PULSE_EVAL, tval = 0;
|
int32_t timeout = EM4X50_TIMEOUT_PULSE_EVAL, tval = 0;
|
||||||
|
|
||||||
// iterates pulse length (low -> high -> low)
|
// iterates pulse length (low -> high -> low)
|
||||||
|
@ -915,7 +914,7 @@ void em4x50_reader(void) {
|
||||||
int now = 0;
|
int now = 0;
|
||||||
uint32_t words[EM4X50_NO_WORDS] = {0x0};
|
uint32_t words[EM4X50_NO_WORDS] = {0x0};
|
||||||
|
|
||||||
em4x50_setup_read();
|
em4x50_setup_read();
|
||||||
|
|
||||||
LED_C_ON();
|
LED_C_ON();
|
||||||
if (get_signalproperties() && find_em4x50_tag()) {
|
if (get_signalproperties() && find_em4x50_tag()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue