summaryrefslogtreecommitdiff
path: root/include/task_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/task_id.h')
-rw-r--r--include/task_id.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/task_id.h b/include/task_id.h
index db9ef7b3b1..34f24f097d 100644
--- a/include/task_id.h
+++ b/include/task_id.h
@@ -17,6 +17,12 @@
#define CONFIG_TEST_TASK_LIST
#endif
+#ifdef CTS_MODULE
+#define TASK_CTS TASK
+#else
+#define TASK_CTS(n, r, d, s)
+#endif
+
#define TASK_ALWAYS TASK
/* define the name of the header containing the list of tasks */