From 277989a04854b32f57c710b3c42d2ab376e838be Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Thu, 28 Apr 2016 22:10:35 +0200 Subject: Tiva. WDG. Changed fixed load value to the system clock in the demo. --- testhal/TIVA/TM4C123x/WDG/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/TIVA') diff --git a/testhal/TIVA/TM4C123x/WDG/main.c b/testhal/TIVA/TM4C123x/WDG/main.c index 16c26dc..da08cfb 100644 --- a/testhal/TIVA/TM4C123x/WDG/main.c +++ b/testhal/TIVA/TM4C123x/WDG/main.c @@ -34,7 +34,7 @@ static bool watchdog_timeout(WDGDriver *wdgp) */ static const WDGConfig wdgcfg = { - 80000000, + TIVA_SYSCLK, watchdog_timeout, TEST_STALL }; -- cgit v1.2.3