diff --git a/lib/cm3/systick.c b/lib/cm3/systick.c index a99593b6..d775dd06 100644 --- a/lib/cm3/systick.c +++ b/lib/cm3/systick.c @@ -48,7 +48,7 @@ * * @note The systick counter value might be undefined upon startup. To get * predictable behavior, it is a good idea to set or clear the counter after - * set reload. @seealso systick_clear + * set reload. @sa systick_clear * * @param[in] value uint32_t. 24 bit reload value. */