Minor fix to Toggle Cutter

This commit is contained in:
leptun 2019-08-29 15:49:26 +03:00
parent d0f9f10ed6
commit 0b21acec46
1 changed files with 1 additions and 2 deletions

View File

@ -5133,7 +5133,7 @@ do\
while(0)\ while(0)\
#ifdef MMU_HAS_CUTTER #ifdef MMU_HAS_CUTTER
static bool settingsCutter() static void settingsCutter()
{ {
if (mmu_enabled) if (mmu_enabled)
{ {
@ -5152,7 +5152,6 @@ static bool settingsCutter()
MENU_ITEM_TOGGLE_P(_i("Cutter"), _T(MSG_OFF), lcd_cutter_enabled); MENU_ITEM_TOGGLE_P(_i("Cutter"), _T(MSG_OFF), lcd_cutter_enabled);
} }
} }
return false;
} }
#define SETTINGS_CUTTER \ #define SETTINGS_CUTTER \