Convert to "bool".

This commit is contained in:
Ralf Corsepius
2008-09-05 11:55:58 +00:00
parent 1e524b5199
commit 3551166d7b
15 changed files with 47 additions and 59 deletions

View File

@@ -22,7 +22,7 @@
uint32_t Timer_interrupts;
rtems_boolean benchmark_timer_find_average_overhead;
bool benchmark_timer_find_average_overhead;
/*
* benchmark_timer_initialize
@@ -88,9 +88,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;
}