From dffdc36d577c70bac7bf172f00c55aabf173340a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 12 Dec 2014 10:07:09 +0000 Subject: Added OSAL documentation to HAL document. Fixed typos in the various OSALs. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7573 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/osal/rt/osal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/osal/rt') diff --git a/os/hal/osal/rt/osal.h b/os/hal/osal/rt/osal.h index 004d5f493..fd39e860f 100644 --- a/os/hal/osal/rt/osal.h +++ b/os/hal/osal/rt/osal.h @@ -540,7 +540,7 @@ static inline void osalOsRescheduleS(void) { * @note The counter can reach its maximum and then restart from zero. * @note This function can be called from any context but its atomicity * is not guaranteed on architectures whose word size is less than - * @systime_t size. + * @p systime_t size. * * @return The system time in ticks. * -- cgit v1.2.3