🩹 Init var to suppress invalid warning (#22396)
This commit is contained in:
parent
eebab93358
commit
c944e4fc60
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ void GcodeSuite::G29() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
int8_t ix, iy = 0;
|
int8_t ix, iy;
|
||||||
|
ix = iy = 0;
|
||||||
|
|
||||||
switch (state) {
|
switch (state) {
|
||||||
case MeshReport:
|
case MeshReport:
|
||||||
|
|
Loading…
Add table
Reference in a new issue