forked from Imagelibrary/rtems
Use uint32_t instead of rtems_unsigned32/unsigned32.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user