From 3522823ee086fe022105b1cbcb8af38fee0f4263 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 10 Jan 2015 12:42:39 -0600 Subject: Tiva Timer: Fix a typo --- nuttx/arch/arm/src/tiva/tiva_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx/arch/arm/src/tiva/tiva_timer.h b/nuttx/arch/arm/src/tiva/tiva_timer.h index 2e28f17fc..1a33ad6d5 100644 --- a/nuttx/arch/arm/src/tiva/tiva_timer.h +++ b/nuttx/arch/arm/src/tiva/tiva_timer.h @@ -591,7 +591,7 @@ static inline void tiva_timer16b_absmatch(TIMER_HANDLE handle, uint16_t absmatch * ****************************************************************************/ -static inline void tiva_rtc_setalarm(TIMER_HANDLE handle, uint32_t newtime) +static inline void tiva_rtc_settime(TIMER_HANDLE handle, uint32_t newtime) { tiva_gptm_putreg(handle, TIVA_TIMER_TAILR_OFFSET, newtime); } -- cgit v1.2.3