Eliminate rtems_boolean.

This commit is contained in:
Ralf Corsepius
2008-08-27 21:45:05 +00:00
parent dbfc4fdea3
commit 4dd986fa97
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
#include <bsp.h>
#include <nds.h>
rtems_boolean Timer_driver_Find_average_overhead;
bool Timer_driver_Find_average_overhead;
void
Timer_initialize (void)
@@ -56,7 +56,7 @@ Empty_function (void)
}
void
Set_find_average_overhead (rtems_boolean find_flag)
Set_find_average_overhead (bool find_flag)
{
Timer_driver_Find_average_overhead = find_flag;
}