diff options
| -rw-r--r-- | testhal/TIVA/TM4C123x/WDG/main.c | 2 | 
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  }; | 
