summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coretodtickle.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/coretodtickle.c')
-rw-r--r--cpukit/score/src/coretodtickle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/coretodtickle.c b/cpukit/score/src/coretodtickle.c
index 820db37baf..408b819ac2 100644
--- a/cpukit/score/src/coretodtickle.c
+++ b/cpukit/score/src/coretodtickle.c
@@ -38,7 +38,7 @@ void _TOD_Tickle(
void *ignored
)
{
- unsigned32 leap;
+ uint32_t leap;
_TOD_Current.ticks = 0;
++_TOD_Seconds_since_epoch;