Include/Gui: Make @gui_event_loop() available as app_event_loop
This commit is contained in:
parent
d8fe2f0899
commit
ce44a8db0f
1 changed files with 1 additions and 1 deletions
|
@ -79,5 +79,5 @@ U0 @gui_event_loop(CTask* task)
|
|||
}
|
||||
|
||||
Ipc.InitQueue(Fs);
|
||||
Spawn(&@gui_event_loop, Fs, Fs->task_name, 1);
|
||||
CTask* app_event_loop = Spawn(&@gui_event_loop, Fs, Fs->task_name, 1);
|
||||
System.Log(Fs, "Task running at 0x%08x", Fs);
|
Loading…
Add table
Add a link
Reference in a new issue