summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/clock.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bsp_howto/clock.t')
-rw-r--r--doc/bsp_howto/clock.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bsp_howto/clock.t b/doc/bsp_howto/clock.t
index 24a6812d4c..69b16e154b 100644
--- a/doc/bsp_howto/clock.t
+++ b/doc/bsp_howto/clock.t
@@ -47,7 +47,7 @@ routines that have occured. This information is valuable when debugging
a system. This variable is declared as follows:
@example
-volatile rtems_unsigned32 Clock_driver_ticks;
+volatile uint32_t Clock_driver_ticks;
@end example
@section Initialization