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:
parent
efa92aaed2
commit
dfbe833d08
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue