tui: tools: simplify autorcm warning

This commit is contained in:
CTCaer 2021-10-15 16:26:57 +03:00
parent 31d6c7d85d
commit 503f4d4cd6

View file

@ -311,9 +311,7 @@ void menu_autorcm()
if (h_cfg.rcm_patched)
{
gfx_printf("%kThis device is RCM patched and\nAutoRCM function is disabled.\n\n"
"In case %kAutoRCM%k is enabled\nthis will %kBRICK%k the device PERMANENTLY!!%k",
0xFFFFDD00, 0xFFFF0000, 0xFFFFDD00, 0xFFFF0000, 0xFFFFDD00, 0xFFCCCCCC);
WPRINTF("This device is RCM patched and the\nfunction is disabled to avoid BRICKS!\n");
btn_wait();
return;