Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cm3/systick.c')
-rw-r--r--lib/cm3/systick.c2
1 files changed, 1 insertions, 1 deletions
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.
*/