Doxygen tag fix.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7268 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2014-09-13 13:32:24 +00:00
parent 82152115cb
commit 68bc5b8263
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ static inline void chVTObjectInit(virtual_timer_t *vtp) {
* @note The counter can reach its maximum and then restart from zero. * @note The counter can reach its maximum and then restart from zero.
* @note This function can be called from any context but its atomicity * @note This function can be called from any context but its atomicity
* is not guaranteed on architectures whose word size is less than * is not guaranteed on architectures whose word size is less than
* @systime_t size. * @p systime_t size.
* *
* @return The system time in ticks. * @return The system time in ticks.
* *