fixed: -Werror=maybe-uninitialized

Dieser Commit ist enthalten in:
Reinder Feenstra 2022-01-03 00:09:26 +01:00
Ursprung b8867e1378
Commit 0bf0bb2a52

Datei anzeigen

@ -512,7 +512,7 @@ struct LanXSetLocoFunction : LanX
uint8_t db0 = 0xf8;
uint8_t addressHigh;
uint8_t addressLow;
uint8_t db3;
uint8_t db3 = 0;
uint8_t checksum;
LanXSetLocoFunction() :