From 382151cf63ff5ef3144fc38bb87490d33da7b2d3 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 11 Jan 2009 11:28:32 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@619 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/lib/evtimer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/evtimer.c') diff --git a/src/lib/evtimer.c b/src/lib/evtimer.c index f9bd7449b..786a25c7f 100644 --- a/src/lib/evtimer.c +++ b/src/lib/evtimer.c @@ -39,7 +39,7 @@ static void tmrcb(void *p) { /** * Starts the timer, if the timer was already running then the function has * no effect. - * @param etp pointer to an initialized \p EvTimer structure. + * @param etp pointer to an initialized @p EvTimer structure. */ void evtStart(EvTimer *etp) { @@ -54,7 +54,7 @@ void evtStart(EvTimer *etp) { /** * Stops the timer, if the timer was already stopped then the function has * no effect. - * @param etp pointer to an initialized \p EvTimer structure. + * @param etp pointer to an initialized @p EvTimer structure. */ void evtStop(EvTimer *etp) { -- cgit v1.2.3