Merge pull request #124 from gfgit/work/gfgit/missing_z21_packed
server: Z21 Messages add missing ATTRIBUTE_PACKED
Dieser Commit ist enthalten in:
Commit
1325f78d42
@ -549,7 +549,7 @@ struct LanXSetExtAccessory : LanX
|
||||
{
|
||||
return rawAddress() + 3;
|
||||
}
|
||||
};
|
||||
} ATTRIBUTE_PACKED;
|
||||
static_assert(sizeof(LanXSetExtAccessory) == 10);
|
||||
|
||||
// LAN_X_SET_STOP
|
||||
@ -1538,7 +1538,7 @@ struct LanRMBusDataChanged : Message
|
||||
else
|
||||
feedbackStatus[index >> 3] &= ~static_cast<uint8_t>(1 << (index & 0x7));
|
||||
}
|
||||
};
|
||||
} ATTRIBUTE_PACKED;
|
||||
static_assert(sizeof(LanRMBusDataChanged) == 15);
|
||||
|
||||
// LAN_SYSTEMSTATE_DATACHANGED
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren