forked from Imagelibrary/rtems
Convert to "bool".
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user