mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
litte rename
This commit is contained in:
parent
58cbe90469
commit
65c11ee0e4
2 changed files with 6 additions and 5 deletions
|
@ -49,7 +49,7 @@ static void fill_buff(uint8_t bit) {
|
|||
buflen += (LF_CLOCK / 2);
|
||||
}
|
||||
|
||||
static void ConstructEM410xEmulBuf(uint64_t id) {
|
||||
static void construct_EM410x_emul(uint64_t id) {
|
||||
|
||||
int i, j;
|
||||
int binary[4] = {0,0,0,0};
|
||||
|
@ -96,10 +96,11 @@ void RunMod(void) {
|
|||
for (;;) {
|
||||
WDT_HIT();
|
||||
if (data_available()) break;
|
||||
|
||||
SpinDelay(100);
|
||||
SpinUp(100);
|
||||
LED_Slot(selected);
|
||||
ConstructEM410xEmulBuf(rev_quads(low[selected]));
|
||||
construct_EM410x_emul(rev_quads(low[selected]));
|
||||
SimulateTagLowFrequency(buflen, 0, true);
|
||||
selected = (selected + 1) % slots_count;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue