Use uint32_t instead of rtems_unsigned32/unsigned32.

This commit is contained in:
Ralf Corsepius
2006-12-12 10:24:16 +00:00
parent b8e42a7699
commit 1408ea8de8
6 changed files with 14 additions and 14 deletions

View File

@@ -58,7 +58,7 @@ void Timer_initialize()
int Read_timer()
{
rtems_unsigned32 total;
uint32_t total;
if (LEON3_Timer_Regs) {
total = LEON3_Timer_Regs->timer[LEON3_TIMER_INDEX].value;