Relocated write requests in function 4x50_restore from device to client

This commit is contained in:
tharexde 2020-12-03 22:00:52 +01:00
commit 6876ff2f04
5 changed files with 26 additions and 98 deletions

View file

@ -24,7 +24,6 @@ void em4x50_writepwd(em4x50_data_t *etd);
void em4x50_read(em4x50_data_t *etd);
void em4x50_brute(em4x50_data_t *etd);
void em4x50_login(uint32_t *password);
void em4x50_restore(em4x50_data_t *etd);
void em4x50_sim(void);
void em4x50_reader(void);
void em4x50_chk(uint32_t *numkeys);