Browse Source

cm3 systick: fix doxygen syntax

Makes links works, avoids warnings.
pull/1060/head
Karl Palsson 5 years ago
parent
commit
d88d6fde12
  1. 2
      lib/cm3/systick.c

2
lib/cm3/systick.c

@ -48,7 +48,7 @@
* *
* @note The systick counter value might be undefined upon startup. To get * @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 * 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. * @param[in] value uint32_t. 24 bit reload value.
*/ */

Loading…
Cancel
Save