1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-23 12:51:24 +01:00

struct TurnoutData to enable EEPROM from v 4.0

This commit is contained in:
Ash-4 2022-05-04 13:44:12 -05:00 committed by GitHub
parent 7b40bd3290
commit a614a616fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};