diff options
Diffstat (limited to 'os/hal/src')
-rw-r--r-- | os/hal/src/st.c | 2 |
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();
}
|