Tiva Timer: Fix a typo

This commit is contained in:
Gregory Nutt 2015-01-10 12:42:39 -06:00
parent d09a9e2741
commit 2444605b95
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}