summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp14/init.c')
-rw-r--r--testsuites/mptests/mp14/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/mptests/mp14/init.c b/testsuites/mptests/mp14/init.c
index 3afcff4585..2f6036e317 100644
--- a/testsuites/mptests/mp14/init.c
+++ b/testsuites/mptests/mp14/init.c
@@ -31,7 +31,7 @@ rtems_timer_service_routine Stop_Test_TSR(
void *ignored_address
)
{
- Stop_Test = TRUE;
+ Stop_Test = true;
}
rtems_task Init(
@@ -46,7 +46,7 @@ rtems_task Init(
Multiprocessing_configuration.node
);
- Stop_Test = FALSE;
+ Stop_Test = false;
status = rtems_timer_create(
rtems_build_name('S', 'T', 'O', 'P'),