aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/source/test/rt_test_sequence_001.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/source/test/rt_test_sequence_001.c')
-rw-r--r--test/rt/source/test/rt_test_sequence_001.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/rt/source/test/rt_test_sequence_001.c b/test/rt/source/test/rt_test_sequence_001.c
index 6f2b96f87..5565cf7ae 100644
--- a/test/rt/source/test/rt_test_sequence_001.c
+++ b/test/rt/source/test/rt_test_sequence_001.c
@@ -199,19 +199,19 @@ static void rt_test_001_003_execute(void) {
test_print("--- CH_CFG_USE_SEMAPHORES: ");
test_printn(CH_CFG_USE_SEMAPHORES);
test_println("");
- test_print("--- CH_CFG_USE_SEMAPHORES_PRI: ");
+ test_print("--- CH_CFG_USE_SEMAPHORES_PRIORITY: ");
test_printn(CH_CFG_USE_SEMAPHORES_PRIORITY);
test_println("");
test_print("--- CH_CFG_USE_MUTEXES: ");
test_printn(CH_CFG_USE_MUTEXES);
test_println("");
- test_print("--- CH_CFG_USE_MUTEXES_RECURS: ");
+ test_print("--- CH_CFG_USE_MUTEXES_RECURSIVE: ");
test_printn(CH_CFG_USE_MUTEXES_RECURSIVE);
test_println("");
test_print("--- CH_CFG_USE_CONDVARS: ");
test_printn(CH_CFG_USE_CONDVARS);
test_println("");
- test_print("--- CH_CFG_USE_CONDVARS_TIMEO: ");
+ test_print("--- CH_CFG_USE_CONDVARS_TIMEOUT: ");
test_printn(CH_CFG_USE_CONDVARS_TIMEOUT);
test_println("");
test_print("--- CH_CFG_USE_EVENTS: ");
@@ -223,7 +223,7 @@ static void rt_test_001_003_execute(void) {
test_print("--- CH_CFG_USE_MESSAGES: ");
test_printn(CH_CFG_USE_MESSAGES);
test_println("");
- test_print("--- CH_CFG_USE_MESSAGES_PRI: ");
+ test_print("--- CH_CFG_USE_MESSAGES_PRIORITY: ");
test_printn(CH_CFG_USE_MESSAGES_PRIORITY);
test_println("");
test_print("--- CH_CFG_USE_MAILBOXES: ");