From 9f996a93b0789ed9f7423b59b37de18b14016b3e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 6 Nov 2017 12:09:18 +0000 Subject: Fixed bug #897. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10964 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/various/evtimer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') diff --git a/os/various/evtimer.h b/os/various/evtimer.h index 671e79f99..923d7bfe4 100644 --- a/os/various/evtimer.h +++ b/os/various/evtimer.h @@ -84,7 +84,7 @@ extern "C" { * * @param[in] etp pointer to an initialized @p event_timer_t structure. */ -static inline void vevtStop(event_timer_t *etp) { +static inline void evtStop(event_timer_t *etp) { chVTReset(&etp->et_vt); } -- cgit v1.2.3