From ea5fc5cc463327ad63b14466e4b2a20411012f9f Mon Sep 17 00:00:00 2001 From: tharexde Date: Sun, 25 Oct 2020 16:40:02 +0100 Subject: [PATCH] added new function 4x50_restore --- armsrc/em4x50.h | 1 + 1 file changed, 1 insertion(+) diff --git a/armsrc/em4x50.h b/armsrc/em4x50.h index c851f04e4..7c9cda575 100644 --- a/armsrc/em4x50.h +++ b/armsrc/em4x50.h @@ -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 */