diff options
Diffstat (limited to 'os')
| -rw-r--r-- | os/various/evtimer.h | 2 | 
1 files changed, 1 insertions, 1 deletions
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);
  }
  | 
