aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/TIVA/TM4C123x/WDG/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/TIVA/TM4C123x/WDG/main.c')
-rw-r--r--testhal/TIVA/TM4C123x/WDG/main.c2
1 files changed, 1 insertions, 1 deletions
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
};