aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-30 10:09:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-30 10:09:38 +0000
commit5b59f89d98bc8d4ae1a7269ab1e09a6d8f649d2f (patch)
tree1c1039d8e59b601a0a96464e505d2cf71d7670f4 /os/hal
parent2a7ff56334ae29c61336d47f450a1ce38f6e30db (diff)
downloadChibiOS-5b59f89d98bc8d4ae1a7269ab1e09a6d8f649d2f.tar.gz
ChibiOS-5b59f89d98bc8d4ae1a7269ab1e09a6d8f649d2f.tar.bz2
ChibiOS-5b59f89d98bc8d4ae1a7269ab1e09a6d8f649d2f.zip
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
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/src/st.c2
1 files changed, 0 insertions, 2 deletions
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();
}