Eliminate rtems_boolean.

This commit is contained in:
Ralf Corsepius
2008-08-27 12:52:59 +00:00
parent eaf2e6fa60
commit ee1af044b6

View File

@@ -25,7 +25,7 @@
#include <ep7312.h>
uint16_t tstart;
rtems_boolean Timer_driver_Find_average_overhead;
bool Timer_driver_Find_average_overhead;
void Timer_initialize( void )
{
@@ -85,7 +85,7 @@ rtems_status_code Empty_function( void )
}
void Set_find_average_overhead(
rtems_boolean find_flag
bool find_flag
)
{
Timer_driver_Find_average_overhead = find_flag;