summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon/timer/timer.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/leon/timer/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/leon/timer/timer.c b/c/src/lib/libbsp/sparc/leon/timer/timer.c
index 0aae14362d..9cf535477a 100644
--- a/c/src/lib/libbsp/sparc/leon/timer/timer.c
+++ b/c/src/lib/libbsp/sparc/leon/timer/timer.c
@@ -55,7 +55,7 @@ void Timer_initialize()
int Read_timer()
{
- rtems_unsigned32 total;
+ uint32_t total;
total = LEON_REG.Timer_Counter_2;