diff options
Diffstat (limited to 'os/hal/include/st.h')
-rw-r--r-- | os/hal/include/st.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/st.h b/os/hal/include/st.h index dd2312b88..c3363bf98 100644 --- a/os/hal/include/st.h +++ b/os/hal/include/st.h @@ -87,9 +87,9 @@ extern "C" {
#endif
void stInit(void);
- void stStartAlarm(systime_t time);
+ void stStartAlarm(systime_t abstime);
void stStopAlarm(void);
- void stSetAlarm(systime_t time);
+ void stSetAlarm(systime_t abstime);
systime_t stGetAlarm(void);
#ifdef __cplusplus
}
|