renamed function names

This commit is contained in:
tharexde 2020-09-23 23:06:12 +02:00
parent 72ab7177ae
commit 252b8236cf

View file

@ -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);