app type cleanup and improvements

This commit is contained in:
Ken Van Hoeylandt
2023-12-26 23:35:30 +01:00
parent 88c5c55be3
commit aa24b84eb6
8 changed files with 73 additions and 77 deletions
@@ -11,7 +11,7 @@ static int32_t prv_gui_main(void* param) {
const nb_app_t gui_app = {
.id = "gui",
.name = "GUI",
.type = STARTUP,
.type = SERVICE,
.entry_point = &prv_gui_main,
.stack_size = 2048,
.priority = 10