mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 21:48:38 +00:00
Tiva Timer: Fix a typo
This commit is contained in:
parent
3c06976ba7
commit
b75c43f6ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue