mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
em4x70 --par
deprecation: Step 2: arm-side always uses false
This commit is contained in:
parent
86bac8fe8c
commit
31b1117a51
3 changed files with 27 additions and 27 deletions
|
@ -38,7 +38,7 @@
|
|||
/// The only requirement is that this structure remain
|
||||
/// smaller than the NG buffer size (256 bytes).
|
||||
typedef struct {
|
||||
bool parity;
|
||||
bool deprecated_ignored_use_parity; // BUGBUG: Deprecated, ignored, but kept for structure size compatibility
|
||||
|
||||
// Used for writing address
|
||||
uint8_t address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue