aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2018-02-04 13:36:01 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2018-02-04 13:36:01 +0000
commitd9ad41cec2dd7f2d23e2a700adfcf7a35568d43c (patch)
treef8f71ce3f78f96b5f9b29fc118ba122acec8a367 /testhal
parent315d1403abc85c2700d1de475811a94946168a15 (diff)
downloadChibiOS-d9ad41cec2dd7f2d23e2a700adfcf7a35568d43c.tar.gz
ChibiOS-d9ad41cec2dd7f2d23e2a700adfcf7a35568d43c.tar.bz2
ChibiOS-d9ad41cec2dd7f2d23e2a700adfcf7a35568d43c.zip
Add more lisibility.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11428 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32/STM32F4xx/WDG/main.c3
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.