This commit is contained in:
Philippe Teuwen 2021-05-09 23:37:34 +02:00
commit 75328a34b6
2 changed files with 4 additions and 3 deletions

View file

@ -77,7 +77,7 @@ static int em4x70_receive(uint8_t *bits, size_t length);
static bool find_listen_window(bool command);
static void init_tag(void) {
memset(tag.data, 0x00, sizeof(tag.data) / sizeof(tag.data[0]));
memset(tag.data, 0x00, ARRAYLEN(tag.data));
}
static void em4x70_setup_read(void) {