From 3942ccef5616448fa3aea482b41dc96db6993945 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 5 Sep 2008 12:11:47 +0000 Subject: Convert to "bool". --- c/src/lib/libcpu/sh/sh7750/timer/timer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libcpu/sh/sh7750/timer/timer.c') diff --git a/c/src/lib/libcpu/sh/sh7750/timer/timer.c b/c/src/lib/libcpu/sh/sh7750/timer/timer.c index 966317140c..7d73c3e21f 100644 --- a/c/src/lib/libcpu/sh/sh7750/timer/timer.c +++ b/c/src/lib/libcpu/sh/sh7750/timer/timer.c @@ -49,7 +49,7 @@ static uint32_t microseconds_divider; /* Interrupt period in microseconds */ static uint32_t microseconds_per_int; -rtems_boolean benchmark_timer_find_average_overhead; +bool benchmark_timer_find_average_overhead; /* benchmark_timer_initialize -- * Initialize Timer 1 to operate as a RTEMS benchmark timer: @@ -246,13 +246,13 @@ benchmark_timer_read(void) * timer. * * PARAMETERS: - * find_flag - boolean flag, TRUE if overhead must not be subtracted. + * find_flag - boolean flag, true if overhead must not be subtracted. * * RETURNS: * none */ void -benchmark_timer_disable_subtracting_average_overhead(rtems_boolean find_flag) +benchmark_timer_disable_subtracting_average_overhead(bool find_flag) { benchmark_timer_find_average_overhead = find_flag; } -- cgit v1.2.3