Forgot a note.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3724 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-01-04 08:47:26 +00:00
parent efa92aaed2
commit dfbe833d08
1 changed files with 4 additions and 1 deletions

View File

@ -77,7 +77,8 @@
* @note This is an optional service that could not be implemented in * @note This is an optional service that could not be implemented in
* all HAL implementations. * 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 * @api
*/ */
@ -85,6 +86,8 @@
/** /**
* @brief Realtime counter frequency. * @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. * @return The realtime counter frequency of type halclock_t.
* *