aboutsummaryrefslogtreecommitdiffstats
path: root/include/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/task.h')
-rw-r--r--include/task.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/task.h b/include/task.h
index 555a470..0eb48c0 100644
--- a/include/task.h
+++ b/include/task.h
@@ -54,4 +54,6 @@ void task_start(void (*task)(void), uint16_t stackSize);
*/
void task_hold(uint8_t hold);
+//int fork(void);
+
#endif // TASK_H_