mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
removed double declaration of variable "sample"
This commit is contained in:
parent
51651a1e0a
commit
72ab7177ae
1 changed files with 0 additions and 1 deletions
|
@ -330,7 +330,6 @@ static uint32_t get_pulse_length(void) {
|
||||||
// to avoid endless loops - quit after EM4X50_SAMPLE_CNT_MAX samples
|
// to avoid endless loops - quit after EM4X50_SAMPLE_CNT_MAX samples
|
||||||
|
|
||||||
int sample_cnt = 0;
|
int sample_cnt = 0;
|
||||||
uint8_t sample = 0;
|
|
||||||
|
|
||||||
volatile uint8_t sample = (uint8_t)AT91C_BASE_SSC->SSC_RHR;
|
volatile uint8_t sample = (uint8_t)AT91C_BASE_SSC->SSC_RHR;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue