aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
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();
}