This commit is contained in:
2026-01-18 18:42:28 +01:00
parent 8ed280126c
commit ce70bf02bf
9 changed files with 260 additions and 143 deletions

View File

@@ -26,10 +26,10 @@ typedef enum {
TASK_ERR_INVTASK
} task_err;
typedef struct {
char name[32]; // string
DynArr* data;
} task_arg_t;
//typedef struct {
// char name[32]; // string
// DynArr* data;
//} task_arg_t;
typedef struct {
uint32_t taskId;