refactoors
[mTask.git] / client / task.h
index 2e483f2..41ff04a 100644 (file)
@@ -12,8 +12,9 @@ struct task {
        uint16_t interval;
        unsigned long lastrun;
        uint8_t taskid;
-       struct task *next;
        uint8_t *bc;
+       char type;
+       int value;
 };
 
 bool is_interrupt_task(struct task* t);