summaryrefslogtreecommitdiff
path: root/test/pingpong.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'test/pingpong.tasklist')
-rw-r--r--test/pingpong.tasklist3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/pingpong.tasklist b/test/pingpong.tasklist
index 8be6c58c52..1dd8aa3b91 100644
--- a/test/pingpong.tasklist
+++ b/test/pingpong.tasklist
@@ -17,4 +17,5 @@
#define CONFIG_TEST_TASK_LIST \
TASK_TEST(TESTA, TaskAbc, NULL, TASK_STACK_SIZE) \
TASK_TEST(TESTB, TaskAbc, NULL, TASK_STACK_SIZE) \
- TASK_TEST(TESTC, TaskAbc, NULL, TASK_STACK_SIZE)
+ TASK_TEST(TESTC, TaskAbc, NULL, TASK_STACK_SIZE) \
+ TASK_TEST(TICK, TaskTick, NULL, 256)