From c1134e7e68e25fa088012c14133c3f61194c08d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sun, 5 Jun 2022 21:16:14 +0000 Subject: [PATCH] Cleanup: Remove an old comment --- Firmware/mmu2_reporting.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Firmware/mmu2_reporting.cpp b/Firmware/mmu2_reporting.cpp index 35b8e09bd..0e5c12d67 100644 --- a/Firmware/mmu2_reporting.cpp +++ b/Firmware/mmu2_reporting.cpp @@ -64,7 +64,6 @@ static void ReportErrorHookStaticRender(uint8_t ei) { bool two_choices = false; // Read and determine what operations should be shown on the menu - // Note: uint16_t is used here to avoid compiler warning. uint8_t is only half the size of void* const uint8_t button_operation = PrusaErrorButtons(ei); const uint8_t button_op_right = BUTTON_OP_RIGHT(button_operation); const uint8_t button_op_middle = BUTTON_OP_MIDDLE(button_operation); @@ -106,7 +105,6 @@ static uint8_t ReportErrorHookMonitor(uint8_t ei) { static int8_t enc_dif = 0; // Read and determine what operations should be shown on the menu - // Note: uint16_t is used here to avoid compiler warning. uint8_t is only half the size of void* const uint8_t button_operation = PrusaErrorButtons(ei); const uint8_t button_op_right = BUTTON_OP_RIGHT(button_operation); const uint8_t button_op_middle = BUTTON_OP_MIDDLE(button_operation);