em4x70 --par deprecation: Step 4: remove client references to client->arm field that used to store this

This commit is contained in:
Henry Gabryjelski 2025-06-09 14:03:05 -07:00
commit 69a2cc1ff0
2 changed files with 6 additions and 11 deletions

View file

@ -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;