From f18721bee3dc51585b6ff2d3dbbec1f776da8172 Mon Sep 17 00:00:00 2001 From: "D.R.racer" Date: Mon, 8 Aug 2022 09:15:48 +0200 Subject: [PATCH] Fix unintentional typo --- Firmware/mmu2_error_converter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/mmu2_error_converter.cpp b/Firmware/mmu2_error_converter.cpp index b035a628d..839d43479 100644 --- a/Firmware/mmu2_error_converter.cpp +++ b/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) ) {