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
@@ -10,7 +10,7 @@ static int32_t prv_loader_main(void* param) {
const nb_app_t loader_app = {
.id = "loader",
.name = "Loader",
.type = STARTUP,
.type = SERVICE,
.entry_point = &prv_loader_main,
.stack_size = 2048,
.priority = 10