From 5b59f89d98bc8d4ae1a7269ab1e09a6d8f649d2f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 30 Nov 2014 10:09:38 +0000 Subject: Removed assertion for repeated tickless timer stop. Improved comments in virtual timers. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7550 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/src/st.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'os/hal') diff --git a/os/hal/src/st.c b/os/hal/src/st.c index 17abecd71..9f067cfeb 100644 --- a/os/hal/src/st.c +++ b/os/hal/src/st.c @@ -94,8 +94,6 @@ void stStartAlarm(systime_t time) { */ void stStopAlarm(void) { - osalDbgAssert(stIsAlarmActive() != false, "not active"); - st_lld_stop_alarm(); } -- cgit v1.2.3