Fixed Fake RTC debug menu (#7218)

This commit is contained in:
Eduardo Quezada 2025-06-25 14:08:22 -04:00 committed by GitHub
parent 7d7ffd58ae
commit f0230d0c8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1196,7 +1196,7 @@ static void DebugAction_OpenSubMenuFakeRTC(u8 taskId, const struct DebugMenuOpti
}
else
{
Debug_DestroyMenu_Full(taskId);
Debug_DestroyMenu(taskId);
Debug_ShowMenu(DebugTask_HandleMenuInput_General, items);
}
}