fixed: -Werror=maybe-uninitialized
Dieser Commit ist enthalten in:
Ursprung
b8867e1378
Commit
0bf0bb2a52
@ -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() :
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren