소스 검색

🩹 Init var to suppress invalid warning (#22396)

vyacheslav-shubin 2 년 전
부모
커밋
e4ac55089e
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      Marlin/src/gcode/bedlevel/mbl/G29.cpp

+ 2
- 1
Marlin/src/gcode/bedlevel/mbl/G29.cpp 파일 보기

@@ -70,7 +70,8 @@ void GcodeSuite::G29() {
70 70
     return;
71 71
   }
72 72
 
73
-  int8_t ix, iy = 0;
73
+  int8_t ix, iy;
74
+  ix = iy = 0;
74 75
 
75 76
   switch (state) {
76 77
     case MeshReport:

Loading…
취소
저장