🩹 Init var to suppress invalid warning (#22396)

This commit is contained in:
vyacheslav-shubin 2021-07-20 23:12:08 +03:00 committed by Scott Lahteine
parent eebab93358
commit c944e4fc60

View File

@ -70,7 +70,8 @@ void GcodeSuite::G29() {
return;
}
int8_t ix, iy = 0;
int8_t ix, iy;
ix = iy = 0;
switch (state) {
case MeshReport: