diff options
-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.
*
|