Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8673 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
1a7524add7
commit
a02c36fc65
|
@ -336,7 +336,7 @@ static inline bool chVTIsSystemTimeWithin(systime_t start, systime_t end) {
|
|||
* can be @p NULL if the information is not required.
|
||||
* @return The time, in ticks, until next time event.
|
||||
* @retval false if the timers list is empty.
|
||||
* @retbal true if the timers list contains at least one timer.
|
||||
* @retval true if the timers list contains at least one timer.
|
||||
*
|
||||
* @iclass
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue