diff options
Diffstat (limited to 'os/hal/src/hal_st.c')
-rw-r--r-- | os/hal/src/hal_st.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/src/hal_st.c b/os/hal/src/hal_st.c index 0a8b6e987..bf4ba4cb9 100644 --- a/os/hal/src/hal_st.c +++ b/os/hal/src/hal_st.c @@ -62,7 +62,6 @@ void stInit(void) { st_lld_init();
}
-
/**
* @brief Starts the alarm.
* @note Makes sure that no spurious alarms are triggered after
|