MMU mode renamed
This commit is contained in:
parent
e7900aeaa1
commit
02faadf0b9
1 changed files with 1 additions and 1 deletions
|
@ -5319,7 +5319,7 @@ do\
|
||||||
{\
|
{\
|
||||||
if (mmu_enabled)\
|
if (mmu_enabled)\
|
||||||
{\
|
{\
|
||||||
if (SilentModeMenu_MMU == 0) MENU_ITEM_FUNCTION_P(_i("MMU Mode [Fast]"), lcd_silent_mode_mmu_set); \
|
if (SilentModeMenu_MMU == 0) MENU_ITEM_FUNCTION_P(_i("MMU Mode [Normal]"), lcd_silent_mode_mmu_set); \
|
||||||
else MENU_ITEM_FUNCTION_P(_i("MMU Mode[Stealth]"), lcd_silent_mode_mmu_set); \
|
else MENU_ITEM_FUNCTION_P(_i("MMU Mode[Stealth]"), lcd_silent_mode_mmu_set); \
|
||||||
}\
|
}\
|
||||||
}\
|
}\
|
||||||
|
|
Loading…
Reference in a new issue