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.c18
1 files changed, 6 insertions, 12 deletions
diff --git a/cpukit/score/src/coretodtickle.c b/cpukit/score/src/coretodtickle.c
index d0412f85d4..e464db3b52 100644
--- a/cpukit/score/src/coretodtickle.c
+++ b/cpukit/score/src/coretodtickle.c
@@ -1,5 +1,9 @@
-/*
- * Time of Day (TOD) Handler -- Tickle Ticks
+/**
+ * @file
+ *
+ * @brief Increments time of day at each clock tick
+ *
+ * @ingroup ScoreTODConstants
*/
/* COPYRIGHT (c) 1989-2007.
@@ -22,16 +26,6 @@
#include <rtems/score/watchdog.h>
#include <rtems/config.h>
-/*
- * _TOD_Tickle_ticks
- *
- * This routine processes a clock tick.
- *
- * Input parameters: NONE
- *
- * Output parameters: NONE
- */
-
void _TOD_Tickle_ticks( void )
{
Timestamp_Control tick;