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
+1 -2
View File
@@ -16,8 +16,7 @@ typedef enum nb_app_type nb_app_type_t;
enum nb_app_type {
SERVICE,
SYSTEM,
USER,
STARTUP
USER
};
typedef struct nb_app nb_app_t;