Minor fix to Toggle Cutter
This commit is contained in:
parent
d0f9f10ed6
commit
0b21acec46
1 changed files with 1 additions and 2 deletions
|
@ -5133,7 +5133,7 @@ do\
|
|||
while(0)\
|
||||
|
||||
#ifdef MMU_HAS_CUTTER
|
||||
static bool settingsCutter()
|
||||
static void settingsCutter()
|
||||
{
|
||||
if (mmu_enabled)
|
||||
{
|
||||
|
@ -5152,7 +5152,6 @@ static bool settingsCutter()
|
|||
MENU_ITEM_TOGGLE_P(_i("Cutter"), _T(MSG_OFF), lcd_cutter_enabled);
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
#define SETTINGS_CUTTER \
|
||||
|
|
Loading…
Add table
Reference in a new issue