mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
renamed 'sread" to 'read'
This commit is contained in:
parent
9ce9a82803
commit
b6359def47
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ typedef struct {
|
||||||
void em4x50_info(em4x50_data_t *etd);
|
void em4x50_info(em4x50_data_t *etd);
|
||||||
void em4x50_write(em4x50_data_t *etd);
|
void em4x50_write(em4x50_data_t *etd);
|
||||||
void em4x50_write_password(em4x50_data_t *etd);
|
void em4x50_write_password(em4x50_data_t *etd);
|
||||||
void em4x50_sread(em4x50_data_t *etd);
|
void em4x50_read(em4x50_data_t *etd);
|
||||||
|
|
||||||
#endif /* EM4X50_H */
|
#endif /* EM4X50_H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue