From b53f094d53ea0f19c091b643428ca20fd4a5a6cc Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 18 Jan 2015 10:16:55 +0000 Subject: Fixed bug #553. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7633 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/include/chvt.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'os') diff --git a/os/rt/include/chvt.h b/os/rt/include/chvt.h index bfd3c6704..7c6aff6cc 100644 --- a/os/rt/include/chvt.h +++ b/os/rt/include/chvt.h @@ -300,8 +300,6 @@ static inline bool chVTIsTimeWithinX(systime_t time, */ static inline bool chVTIsSystemTimeWithinX(systime_t start, systime_t end) { - chDbgCheckClassI(); - return chVTIsTimeWithinX(chVTGetSystemTimeX(), start, end); } -- cgit v1.2.3