From d9ad41cec2dd7f2d23e2a700adfcf7a35568d43c Mon Sep 17 00:00:00 2001
From: Theodore Ateba <tf.ateba@gmail.com>
Date: Sun, 4 Feb 2018 13:36:01 +0000
Subject: Add more lisibility.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11428 35acf78f-673a-0410-8e92-d51de3d6d3f4
---
 testhal/STM32/STM32F4xx/WDG/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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.
-- 
cgit v1.2.3