diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-02-10 11:25:29 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-02-10 11:25:29 +0000 |
commit | ff109ac9e64f0f107a21343cd82d603b04c35aaf (patch) | |
tree | e30c50c051bf1887c301cacdb9056af6c9bee966 /os/hal/osal/rt | |
parent | 87bae60d9dc02e8d415f490acf416e6207c86f4b (diff) | |
download | ChibiOS-ff109ac9e64f0f107a21343cd82d603b04c35aaf.tar.gz ChibiOS-ff109ac9e64f0f107a21343cd82d603b04c35aaf.tar.bz2 ChibiOS-ff109ac9e64f0f107a21343cd82d603b04c35aaf.zip |
MISRA-related changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11473 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/osal/rt')
-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 75dc19c45..73e8e3fa9 100644 --- a/os/hal/osal/rt/osal.h +++ b/os/hal/osal/rt/osal.h @@ -150,7 +150,7 @@ typedef uint32_t systime_t; #if 0
/**
- * @brief Type of system time counter.
+ * @brief Type of system time interval.
*/
typedef uint32_t sysinterval_t;
#endif
|