fix(ui): fix fragile UI_CALL macro invocation (#21656)

Fixup #21605

Depending on the phase of the moon, UI_CALL expanding UI_LOG expanding the default value of entered_free_all_mem might or might not work.
This commit is contained in:
bfredl 2023-01-05 13:31:47 +01:00 committed by GitHub
parent c889f75436
commit 19591e9918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,10 +115,6 @@ static char uilog_last_event[1024] = { 0 };
# include "ui_events_call.generated.h"
#endif
#ifndef EXITFREE
# undef entered_free_all_mem
#endif
void ui_init(void)
{
default_grid.handle = 1;