From dfbe833d08e60a98b7edfe924b9cf9d1a60fd6fb Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 4 Jan 2012 08:47:26 +0000 Subject: Forgot a note. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3724 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/hal.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. * -- cgit v1.2.3