summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp35
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-06 03:39:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-06 03:39:58 +0000
commitf0157b8fd85d5ce211b0aae48b53d9d88b59cd68 (patch)
tree12771bc70868c83ff528beb594972fb6fdaeb45a /testsuites/sptests/sp35
parent2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f0157b8fd85d5ce211b0aae48b53d9d88b59cd68.tar.bz2
Convert to "bool".
Diffstat (limited to 'testsuites/sptests/sp35')
-rw-r--r--testsuites/sptests/sp35/priinv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp35/priinv.c b/testsuites/sptests/sp35/priinv.c
index 0f1ef6fc3d..ec677c33e0 100644
--- a/testsuites/sptests/sp35/priinv.c
+++ b/testsuites/sptests/sp35/priinv.c
@@ -112,7 +112,7 @@ rtems_id RemoteHwAccess_R; /* Execlusive access to the remote HW */
/* The following variable triggers simulated HW activity */
-volatile boolean StartHw = FALSE;
+volatile bool StartHw = false;
rtems_task Medium_Exec(rtems_task_argument TaskArg)
{