mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
zx adaptations
This commit is contained in:
parent
3491207890
commit
6653bdc2be
4 changed files with 123 additions and 31 deletions
|
@ -11,11 +11,12 @@
|
|||
#ifndef ZX8211_H__
|
||||
#define ZX8211_H__
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#define ZX8211_NUM_BLOCKS 32
|
||||
|
||||
// Common word/block addresses
|
||||
|
||||
|
||||
typedef struct {
|
||||
bool parity;
|
||||
} zx8211_data_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue