diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-12 10:07:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-12 10:07:09 +0000 |
commit | dffdc36d577c70bac7bf172f00c55aabf173340a (patch) | |
tree | 10dd28a59f0c2aede96330f1166134fdc0fe9c6d /os/hal/osal/rt/osal.h | |
parent | e023f0058dcb36075f3a51072593aeff334eff3c (diff) | |
download | ChibiOS-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/osal/rt/osal.h')
-rw-r--r-- | os/hal/osal/rt/osal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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.
*
|