From a308fc692b01987c81da68695c0cd077198ff4b4 Mon Sep 17 00:00:00 2001 From: tharexde Date: Sun, 27 Sep 2020 23:23:30 +0200 Subject: [PATCH] added entry for login function (may be temporary) --- include/em4x50.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/em4x50.h b/include/em4x50.h index 771c360ee..5b2966253 100644 --- a/include/em4x50.h +++ b/include/em4x50.h @@ -53,6 +53,7 @@ typedef struct { uint8_t word[4]; uint32_t start_password; uint32_t stop_password; + uint32_t login_password; } em4x50_data_t; typedef struct {