diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-19 14:59:22 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-19 14:59:22 +0000 |
commit | 3eb5840723fcae22783cbeaaffd78267401bc39f (patch) | |
tree | 3fed420fcb82f8b1dae8daf18b4cf7796fcd1ce9 /os/hal | |
parent | 4a8ab636b6063e9dea1c78892adf16a574d8b6dd (diff) | |
download | ChibiOS-3eb5840723fcae22783cbeaaffd78267401bc39f.tar.gz ChibiOS-3eb5840723fcae22783cbeaaffd78267401bc39f.tar.bz2 ChibiOS-3eb5840723fcae22783cbeaaffd78267401bc39f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6497 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/include/st.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/os/hal/include/st.h b/os/hal/include/st.h index b2cb00543..43d64f643 100644 --- a/os/hal/include/st.h +++ b/os/hal/include/st.h @@ -60,7 +60,7 @@ /**
* @brief Returns the time counter value.
* @note This functionality is only available in free running mode, the
- * behavior in periodic mode is undefined.
+ * behaviour in periodic mode is undefined.
*
* @return The counter value.
*
@@ -73,7 +73,7 @@ * @note Makes sure that no spurious alarms are triggered after
* this call.
* @note This functionality is only available in free running mode, the
- * behavior in periodic mode is undefined.
+ * behaviour in periodic mode is undefined.
*
* @param[in] time the time to be set for the first alarm
*
@@ -84,7 +84,7 @@ /**
* @brief Stops the alarm interrupt.
* @note This functionality is only available in free running mode, the
- * behavior in periodic mode is undefined.
+ * behaviour in periodic mode is undefined.
*
* @api
*/
@@ -93,7 +93,7 @@ /**
* @brief Sets the alarm time.
* @note This functionality is only available in free running mode, the
- * behavior in periodic mode is undefined.
+ * behaviour in periodic mode is undefined.
*
* @param[in] time the time to be set for the next alarm
*
@@ -104,7 +104,7 @@ /**
* @brief Returns the current alarm time.
* @note This functionality is only available in free running mode, the
- * behavior in periodic mode is undefined.
+ * behaviour in periodic mode is undefined.
*
* @return The currently set alarm time.
*
|