summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/timer.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/bsp_howto/timer.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bsp_howto/timer.t b/doc/bsp_howto/timer.t
index d7cebc3d6a..fdefd72971 100644
--- a/doc/bsp_howto/timer.t
+++ b/doc/bsp_howto/timer.t
@@ -44,7 +44,7 @@ time units (typically microseconds) that have elapsed since the last
call to @code{benchmark_timer_initialize}.
@example
-int benchmark_timer_read(void)
+benchmark_timer_t benchmark_timer_read(void)
@{
stop time = read the hardware timer
if the subtract overhead feature is enabled