added new function 4x50_restore

This commit is contained in:
tharexde 2020-10-25 16:40:02 +01:00
parent 4c6651b3c8
commit ea5fc5cc46

View file

@ -28,5 +28,6 @@ void em4x50_brute(em4x50_data_t *etd);
void em4x50_login(uint32_t *password);
void em4x50_reset(void);
void em4x50_watch(void);
void em4x50_restore(em4x50_data_t *etd);
#endif /* EM4X50_H */