diff options
Diffstat (limited to 'os/hal/osal/rt/osal.h')
-rw-r--r-- | os/hal/osal/rt/osal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/osal/rt/osal.h b/os/hal/osal/rt/osal.h index 727cea623..07072e88f 100644 --- a/os/hal/osal/rt/osal.h +++ b/os/hal/osal/rt/osal.h @@ -636,7 +636,7 @@ static inline bool osalOsIsTimeWithinX(systime_t time, systime_t start,
systime_t end) {
- return chVTIsTimeWithinX(time, start, end);
+ return chTimeIsInRangeX(time, start, end);
}
/**
|