mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-12-24 13:21:23 +01:00
Merge pull request #234 from DCC-EX/ServoSignal
struct TurnoutData now consistent with 4.0.0 EEPROM
This commit is contained in:
commit
e13afd064d
@ -61,8 +61,8 @@ protected:
|
|||||||
struct {
|
struct {
|
||||||
bool closed : 1;
|
bool closed : 1;
|
||||||
bool _rfu: 2;
|
bool _rfu: 2;
|
||||||
bool hidden: 1;
|
|
||||||
uint8_t turnoutType : 4;
|
uint8_t turnoutType : 4;
|
||||||
|
bool hidden: 1;
|
||||||
};
|
};
|
||||||
uint8_t flags;
|
uint8_t flags;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user