aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/osal/rt/osal.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/osal/rt/osal.h')
-rw-r--r--os/hal/osal/rt/osal.h2
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);
}
/**