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:
parent
315d1403ab
commit
d9ad41cec2
|
@ -22,7 +22,8 @@
|
|||
*/
|
||||
static const WDGConfig wdgcfg = {
|
||||
STM32_IWDG_PR_64,
|
||||
STM32_IWDG_RL(1000)};
|
||||
STM32_IWDG_RL(1000)
|
||||
};
|
||||
|
||||
/*
|
||||
* Application entry point.
|
||||
|
|
Loading…
Reference in New Issue