diff options
Diffstat (limited to 'src/lib/evtimer.c')
-rw-r--r-- | src/lib/evtimer.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) {
|