Fix typo in CC26xx WDT-related macros
This commit is contained in:
parent
c2740fedb2
commit
0c827a9739
2 changed files with 21 additions and 21 deletions
|
@ -54,7 +54,7 @@
|
|||
void
|
||||
watchdog_init(void)
|
||||
{
|
||||
ti_lib_wathdog_reload_set(0xFFFFF);
|
||||
ti_lib_watchdog_reload_set(0xFFFFF);
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/**
|
||||
|
@ -63,7 +63,7 @@ watchdog_init(void)
|
|||
void
|
||||
watchdog_start(void)
|
||||
{
|
||||
ti_lib_wathdog_reset_enable();
|
||||
ti_lib_watchdog_reset_enable();
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/**
|
||||
|
@ -72,7 +72,7 @@ watchdog_start(void)
|
|||
void
|
||||
watchdog_periodic(void)
|
||||
{
|
||||
ti_lib_wathdog_int_clear();
|
||||
ti_lib_watchdog_int_clear();
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue