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:
Giovanni Di Sirio 2020-02-08 09:00:16 +00:00
parent a96c4114c3
commit e26b7d8b2a
1 changed files with 4 additions and 4 deletions

View File

@ -157,8 +157,8 @@ static inline sysinterval_t chVTTimeElapsedSinceX(systime_t start) {
/**
* @brief Checks if the current system time is within the specified time
* window.
* @note When start==end then the function returns always true because the
* whole time range is specified.
* @note When start==end then the function returns always false because the
* time window has zero size.
*
* @param[in] start the start of the time window (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
* window.
* @note When start==end then the function returns always true because the
* whole time range is specified.
* @note When start==end then the function returns always false because the
* time window has zero size.
*
* @param[in] start the start of the time window (inclusive)
* @param[in] end the end of the time window (non inclusive)