🩹 Init var to suppress invalid warning (#22396)
This commit is contained in:
parent
a90968b0ce
commit
e4ac55089e
|
|
@ -70,7 +70,8 @@ void GcodeSuite::G29() {
|
|||
return;
|
||||
}
|
||||
|
||||
int8_t ix, iy = 0;
|
||||
int8_t ix, iy;
|
||||
ix = iy = 0;
|
||||
|
||||
switch (state) {
|
||||
case MeshReport:
|
||||
|
|
|
|||
Loading…
Reference in a new issue