mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-12-23 12:51:24 +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 {
|
||||
bool closed : 1;
|
||||
bool _rfu: 2;
|
||||
bool hidden: 1;
|
||||
uint8_t turnoutType : 4;
|
||||
bool hidden: 1;
|
||||
};
|
||||
uint8_t flags;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user