summaryrefslogtreecommitdiff
path: root/test/timer_dos.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'test/timer_dos.tasklist')
-rw-r--r--test/timer_dos.tasklist8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/timer_dos.tasklist b/test/timer_dos.tasklist
index d34fd59010..3ebce139e2 100644
--- a/test/timer_dos.tasklist
+++ b/test/timer_dos.tasklist
@@ -15,7 +15,7 @@
* 's' is the stack size in bytes; must be a multiple of 8
*/
#define CONFIG_TEST_TASK_LIST \
- TASK_TEST(TMRA, TaskTimer, (void *)1234, TASK_STACK_SIZE) \
- TASK_TEST(TMRB, TaskTimer, (void *)5678, TASK_STACK_SIZE) \
- TASK_TEST(TMRC, TaskTimer, (void *)8462, TASK_STACK_SIZE) \
- TASK_TEST(TMRD, TaskTimer, (void *)3719, TASK_STACK_SIZE)
+ TASK_TEST(TMRA, task_timer, (void *)1234, TASK_STACK_SIZE) \
+ TASK_TEST(TMRB, task_timer, (void *)5678, TASK_STACK_SIZE) \
+ TASK_TEST(TMRC, task_timer, (void *)8462, TASK_STACK_SIZE) \
+ TASK_TEST(TMRD, task_timer, (void *)3719, TASK_STACK_SIZE)