diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-10-28 11:09:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-10-28 11:09:16 +0000 |
commit | cebbf2bb0a6edd964e1ee87526430741cd8b140a (patch) | |
tree | fda62b34cea91013e84c4ce956f921c26902980b /os | |
parent | c20c59275f48e2c3c604720ce1649e509288b6c8 (diff) | |
download | ChibiOS-cebbf2bb0a6edd964e1ee87526430741cd8b140a.tar.gz ChibiOS-cebbf2bb0a6edd964e1ee87526430741cd8b140a.tar.bz2 ChibiOS-cebbf2bb0a6edd964e1ee87526430741cd8b140a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6384 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/rt/osal/osal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/rt/osal/osal.h b/os/rt/osal/osal.h index c9cb9b1ec..d5322cc96 100644 --- a/os/rt/osal/osal.h +++ b/os/rt/osal/osal.h @@ -316,6 +316,7 @@ typedef struct { * @api
*/
#define OSAL_MS2ST(msec) MS2ST(msec)
+
/**
* @brief Microseconds to system ticks.
* @details Converts from microseconds to system ticks number.
|