mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
em4x70 --par
deprecation: Step 4: remove client references to client->arm field that used to store this
This commit is contained in:
parent
4dcf12fd8d
commit
69a2cc1ff0
2 changed files with 6 additions and 11 deletions
|
@ -38,7 +38,7 @@
|
|||
/// The only requirement is that this structure remain
|
||||
/// smaller than the NG buffer size (256 bytes).
|
||||
typedef struct {
|
||||
bool deprecated_ignored_use_parity; // BUGBUG: Deprecated, ignored, but kept for structure size compatibility
|
||||
bool _ignored__was_use_parity; // BUGBUG: Ignored, but kept for structure size / offset compatibility
|
||||
|
||||
// Used for writing address
|
||||
uint8_t address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue