summaryrefslogtreecommitdiffstats
path: root/doc/user/timer.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/timer.t')
-rw-r--r--doc/user/timer.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/timer.t b/doc/user/timer.t
index 88c59d7306..6c2e0e258a 100644
--- a/doc/user/timer.t
+++ b/doc/user/timer.t
@@ -515,9 +515,9 @@ preempted.
@findex rtems_timer_initiate_server
@example
rtems_status_code rtems_timer_initiate_server(
- rtems_unsigned32 priority,
- rtems_unsigned32 stack_size,
- rtems_attribute attribute_set
+ uint32_t priority,
+ uint32_t stack_size,
+ rtems_attribute attribute_set
)
);
@end example