From d8b32d7f63c8453135249734f8b542856947e83a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 12 Oct 2017 12:25:48 +0000 Subject: Rework of virtual timers in RT5, preparation. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rt5_dev_point1@10813 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/osal/rt/osal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/osal') 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); } /** -- cgit v1.2.3