diff options
Diffstat (limited to 'testhal/STM32/STM32F4xx/WDG/main.c')
-rw-r--r-- | testhal/STM32/STM32F4xx/WDG/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/WDG/main.c b/testhal/STM32/STM32F4xx/WDG/main.c index f131d8bd1..843392f12 100644 --- a/testhal/STM32/STM32F4xx/WDG/main.c +++ b/testhal/STM32/STM32F4xx/WDG/main.c @@ -22,7 +22,8 @@ */
static const WDGConfig wdgcfg = {
STM32_IWDG_PR_64,
- STM32_IWDG_RL(1000)};
+ STM32_IWDG_RL(1000)
+};
/*
* Application entry point.
|