Applications: unified entry point naming scheme, drop dead code, cleanup. (#628)
This commit is contained in:
@@ -420,7 +420,7 @@ Gui* gui_alloc() {
|
||||
return gui;
|
||||
}
|
||||
|
||||
int32_t gui_task(void* p) {
|
||||
int32_t gui_srv(void* p) {
|
||||
Gui* gui = gui_alloc();
|
||||
|
||||
furi_record_create("gui", gui);
|
||||
|
Reference in New Issue
Block a user