server: Z21 fix LanXTurnoutInfo member order
Most significant address byte is first (DB0)
Dieser Commit ist enthalten in:
Ursprung
1325f78d42
Commit
8c5b82db83
@ -1103,8 +1103,8 @@ static_assert(sizeof(LanGetHardwareInfoReply) == 12);
|
||||
// LAN_X_TURNOUT_INFO
|
||||
struct LanXTurnoutInfo : LanX
|
||||
{
|
||||
uint8_t addressLSB;
|
||||
uint8_t addressMSB;
|
||||
uint8_t addressLSB;
|
||||
uint8_t db2;
|
||||
uint8_t checksum;
|
||||
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren