Tiva. WDG. Changed fixed load value to the system clock in the demo.

This commit is contained in:
marcoveeneman 2016-04-28 22:10:35 +02:00
parent d4cb8ca216
commit 277989a048
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ static bool watchdog_timeout(WDGDriver *wdgp)
*/
static const WDGConfig wdgcfg =
{
80000000,
TIVA_SYSCLK,
watchdog_timeout,
TEST_STALL
};