From ee6aff54b3f612ea1c16ace4f3d3de87dfe3b5eb Mon Sep 17 00:00:00 2001 From: Ivan Zorin Date: Mon, 23 Dec 2024 23:01:15 +0300 Subject: [PATCH] Restore the original file --- source/Core/BSP/Miniware/BSP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Core/BSP/Miniware/BSP.cpp b/source/Core/BSP/Miniware/BSP.cpp index 615e93d3..efb52edc 100644 --- a/source/Core/BSP/Miniware/BSP.cpp +++ b/source/Core/BSP/Miniware/BSP.cpp @@ -388,8 +388,8 @@ uint8_t getTipResistanceX10() { return lastTipResistance; // Auto mode } return user_selected_tip; -#else +#else uint8_t user_selected_tip = getUserSelectedTipResistance(); if (user_selected_tip == 0) { return TIP_RESISTANCE; // Auto mode