aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtimer/gtimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtimer/gtimer.h')
-rw-r--r--src/gtimer/gtimer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtimer/gtimer.h b/src/gtimer/gtimer.h
index 67c7539f..aeae880f 100644
--- a/src/gtimer/gtimer.h
+++ b/src/gtimer/gtimer.h
@@ -89,9 +89,9 @@ void gtimerDeinit(GTimer* pt);
* @param[in] param The parameter to pass to the callback function
* @param[in] periodic Is the timer a periodic timer? gFalse is a once-only timer.
* @param[in] millisec The timer period. The following special values are allowed:
- * TIME_IMMEDIATE causes the callback function to be called asap.
+ * gDelayNone causes the callback function to be called asap.
* A periodic timer with this value will fire once only.
- * TIME_INFINITE never timeout (unless triggered by gtimerJab or gtimerJabI)
+ * gDelayForever never timeout (unless triggered by gtimerJab or gtimerJabI)
*
* @note If the timer is already active its properties are updated with the new parameters.
* The current period will be immediately canceled (without the callback function being