Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Önder Görmez
2024-07-21 18:19:30 +03:00
committed by GitHub
parent e2349b719f
commit 55f757c8a2
+1 -1
View File
@@ -115,7 +115,7 @@ void mstimer_reset(struct mstimer *t)
* current time.
*
* @note A periodic timer will drift if this function is used to reset
* it. For preioric timers, use the mstimer_reset() function instead.
* it. For periodic timers, use the mstimer_reset() function instead.
* @param t A pointer to the timer.
* @sa mstimer_reset()
*/