Convert to "bool".

This commit is contained in:
Ralf Corsepius
2008-09-05 12:00:59 +00:00
parent 3553085fba
commit 63e23b6edb

View File

@@ -52,7 +52,7 @@
extern uint32_t mips_read_timer( void );
static rtems_boolean benchmark_timer_find_average_overhead;
static bool benchmark_timer_find_average_overhead;
static uint32_t Timer_initial_value = 0;
void benchmark_timer_initialize( void )
@@ -119,9 +119,7 @@ int benchmark_timer_read( void )
}
}
void benchmark_timer_disable_subtracting_average_overhead(
rtems_boolean find_flag
)
void benchmark_timer_disable_subtracting_average_overhead(bool find_flag)
{
benchmark_timer_find_average_overhead = find_flag;
}