소스 검색

Fix unintentional typo

D.R.racer 2 년 전
부모
커밋
f18721bee3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Firmware/mmu2_error_converter.cpp

+ 1 - 1
Firmware/mmu2_error_converter.cpp

@@ -173,7 +173,7 @@ Buttons ButtonAvailable(uint16_t ec) {
     uint8_t ei = PrusaErrorCodeIndex(ec);
     
     // The list of responses which occur in mmu error dialogs
-    // Return button index or perform some action on the MK4 by itself (like restart MMU)
+    // Return button index or perform some action on the MK3 by itself (like restart MMU)
     // Based on Prusa-Error-Codes errors_list.h
     // So far hardcoded, but shall be generated in the future
     switch ( PrusaErrorCode(ei) ) {