Small documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13328 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
a96c4114c3
commit
e26b7d8b2a
|
@ -157,8 +157,8 @@ static inline sysinterval_t chVTTimeElapsedSinceX(systime_t start) {
|
||||||
/**
|
/**
|
||||||
* @brief Checks if the current system time is within the specified time
|
* @brief Checks if the current system time is within the specified time
|
||||||
* window.
|
* window.
|
||||||
* @note When start==end then the function returns always true because the
|
* @note When start==end then the function returns always false because the
|
||||||
* whole time range is specified.
|
* time window has zero size.
|
||||||
*
|
*
|
||||||
* @param[in] start the start of the time window (inclusive)
|
* @param[in] start the start of the time window (inclusive)
|
||||||
* @param[in] end the end of the time window (non inclusive)
|
* @param[in] end the end of the time window (non inclusive)
|
||||||
|
@ -175,8 +175,8 @@ static inline bool chVTIsSystemTimeWithinX(systime_t start, systime_t end) {
|
||||||
/**
|
/**
|
||||||
* @brief Checks if the current system time is within the specified time
|
* @brief Checks if the current system time is within the specified time
|
||||||
* window.
|
* window.
|
||||||
* @note When start==end then the function returns always true because the
|
* @note When start==end then the function returns always false because the
|
||||||
* whole time range is specified.
|
* time window has zero size.
|
||||||
*
|
*
|
||||||
* @param[in] start the start of the time window (inclusive)
|
* @param[in] start the start of the time window (inclusive)
|
||||||
* @param[in] end the end of the time window (non inclusive)
|
* @param[in] end the end of the time window (non inclusive)
|
||||||
|
|
Loading…
Reference in New Issue