em4x70 --par deprecation: Step 2: arm-side always uses false

This commit is contained in:
Henry Gabryjelski 2025-06-09 12:58:50 -07:00
commit 31b1117a51
3 changed files with 27 additions and 27 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 parity;
bool deprecated_ignored_use_parity; // BUGBUG: Deprecated, ignored, but kept for structure size compatibility
// Used for writing address
uint8_t address;