Add more lisibility.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11428 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Theodore Ateba 2018-02-04 13:36:01 +00:00
parent 315d1403ab
commit d9ad41cec2
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@
*/
static const WDGConfig wdgcfg = {
STM32_IWDG_PR_64,
STM32_IWDG_RL(1000)};
STM32_IWDG_RL(1000)
};
/*
* Application entry point.