mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 19:31:19 +08:00
renamed function names
This commit is contained in:
parent
72ab7177ae
commit
252b8236cf
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ typedef struct {
|
|||
} em4x50_tag_t;
|
||||
|
||||
int em4x50_standalone_read(uint64_t *words);
|
||||
bool em4x50_sim_send_listen_window2(void);
|
||||
bool em4x50_sim_send_word3(uint32_t word);
|
||||
bool em4x50_sim_send_listen_window(void);
|
||||
bool em4x50_sim_send_word(uint32_t word);
|
||||
|
||||
void em4x50_info(em4x50_data_t *etd);
|
||||
void em4x50_write(em4x50_data_t *etd);
|
||||
|
|
Loading…
Reference in a new issue