added function 4x50_watch

This commit is contained in:
tharexde 2020-10-05 22:59:08 +02:00
commit 68db54028c
7 changed files with 100 additions and 0 deletions

View file

@ -31,5 +31,6 @@ 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);
void em4x50_watch(void);
#endif /* EM4X50_H */