From 754285d9c714b4b874454a4d18d2e328f8ace917 Mon Sep 17 00:00:00 2001 From: tharexde Date: Sat, 31 Oct 2020 01:51:04 +0100 Subject: [PATCH] sing emulator memory for sim and restore -> "data" in struct no longer necessary --- include/em4x50.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/em4x50.h b/include/em4x50.h index d422cf9c1..a4c3cacd3 100644 --- a/include/em4x50.h +++ b/include/em4x50.h @@ -49,7 +49,6 @@ typedef struct { uint32_t password2; uint32_t word; uint32_t addresses; - uint8_t data[136]; } PACKED em4x50_data_t; typedef struct {