Tiva. WDG. Changed fixed load value to the system clock in the demo.
This commit is contained in:
parent
d4cb8ca216
commit
277989a048
|
@ -34,7 +34,7 @@ static bool watchdog_timeout(WDGDriver *wdgp)
|
|||
*/
|
||||
static const WDGConfig wdgcfg =
|
||||
{
|
||||
80000000,
|
||||
TIVA_SYSCLK,
|
||||
watchdog_timeout,
|
||||
TEST_STALL
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue