Relocated write requests of function „4x50_wipe" from device to client

This commit is contained in:
tharexde 2020-11-11 22:36:24 +01:00
commit 5d34efc6e6
4 changed files with 0 additions and 68 deletions

View file

@ -23,7 +23,6 @@ void em4x50_info(em4x50_data_t *etd);
void em4x50_write(em4x50_data_t *etd);
void em4x50_writepwd(em4x50_data_t *etd);
void em4x50_read(em4x50_data_t *etd);
void em4x50_wipe(uint32_t *password);
void em4x50_brute(em4x50_data_t *etd);
void em4x50_login(uint32_t *password);
void em4x50_reset(void);