added function reset

This commit is contained in:
tharexde 2020-09-27 23:39:04 +02:00
commit c20ab4ca20
7 changed files with 101 additions and 29 deletions

View file

@ -28,5 +28,6 @@ void em4x50_read(em4x50_data_t *etd);
void em4x50_wipe(em4x50_data_t *etd);
void em4x50_brute(em4x50_data_t *etd);
void em4x50_login(em4x50_data_t *etd);
void em4x50_reset(void);
#endif /* EM4X50_H */