Tiva Timer: Fix a typo
This commit is contained in:
parent
d09a9e2741
commit
2444605b95
|
@ -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);
|
tiva_gptm_putreg(handle, TIVA_TIMER_TAILR_OFFSET, newtime);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue