aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/osal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-12 10:07:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-12 10:07:09 +0000
commitdffdc36d577c70bac7bf172f00c55aabf173340a (patch)
tree10dd28a59f0c2aede96330f1166134fdc0fe9c6d /os/hal/templates/osal
parente023f0058dcb36075f3a51072593aeff334eff3c (diff)
downloadChibiOS-dffdc36d577c70bac7bf172f00c55aabf173340a.tar.gz
ChibiOS-dffdc36d577c70bac7bf172f00c55aabf173340a.tar.bz2
ChibiOS-dffdc36d577c70bac7bf172f00c55aabf173340a.zip
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
Diffstat (limited to 'os/hal/templates/osal')
-rw-r--r--os/hal/templates/osal/osal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/osal/osal.h b/os/hal/templates/osal/osal.h
index d1df76826..af51fad27 100644
--- a/os/hal/templates/osal/osal.h
+++ b/os/hal/templates/osal/osal.h
@@ -513,7 +513,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.
*