mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-12-24 13:21:23 +01:00
struct TurnoutData to enable EEPROM from v 4.0
This commit is contained in:
parent
7b40bd3290
commit
a614a616fa
@ -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