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); } diff --git a/readme.txt b/readme.txt index ee6d7a74a..f60d2351b 100644 --- a/readme.txt +++ b/readme.txt @@ -88,6 +88,9 @@ *** Releases and Change Log *** ***************************************************************************** +*** 17.6.4 *** +- LIB: Fixed typo for function evtStop (bug #897). + *** 17.6.3 *** - NIL: Fixed core and Heap allocators not functional in NIL (bug #902). - HAL: Fixed function uartSendFullTimeout() failing on STM32 USARTv1 and