diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-04 08:47:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-04 08:47:26 +0000 |
commit | dfbe833d08e60a98b7edfe924b9cf9d1a60fd6fb (patch) | |
tree | 57ff6733121cbcff513d288bfcdada9f41d1412e | |
parent | efa92aaed21cbaa80f4bc88a0ef9bb6bbb7aa3ee (diff) | |
download | ChibiOS-dfbe833d08e60a98b7edfe924b9cf9d1a60fd6fb.tar.gz ChibiOS-dfbe833d08e60a98b7edfe924b9cf9d1a60fd6fb.tar.bz2 ChibiOS-dfbe833d08e60a98b7edfe924b9cf9d1a60fd6fb.zip |
Forgot a note.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3724 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/include/hal.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index 6c49e2c5c..ceb047db1 100644 --- a/os/hal/include/hal.h +++ b/os/hal/include/hal.h @@ -77,7 +77,8 @@ * @note This is an optional service that could not be implemented in
* all HAL implementations.
*
- * @return The value of the system free running counter.
+ * @return The value of the system free running counter of
+ * type halrtcnt_t.
*
* @api
*/
@@ -85,6 +86,8 @@ /**
* @brief Realtime counter frequency.
+ * @note This is an optional service that could not be implemented in
+ * all HAL implementations.
*
* @return The realtime counter frequency of type halclock_t.
*
|