aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/iwdg.c
diff options
context:
space:
mode:
authorKen Sarkies2012-08-31 09:54:31 +0930
committerKen Sarkies2012-08-31 09:54:31 +0930
commitacc276a612d4ea4babf47f8719225eb4a5833036 (patch)
tree1f47513c6d22633ec71cc616c0eba2addbd3b643 /lib/stm32/iwdg.c
parent11727f56c97fb3d007e0d08e59294b6791067bd1 (diff)
ADC documentation added
In adc.h additional defines needed to assist documentation - lines 172-191 added, and 384,436-451 are duplicates of earlier defines to complete parameter sets (compiler has no trouble with these). Minor doc corrections to other files. No code changes (apart from additional defines).
Diffstat (limited to 'lib/stm32/iwdg.c')
-rw-r--r--lib/stm32/iwdg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stm32/iwdg.c b/lib/stm32/iwdg.c
index 84304ad..251bec1 100644
--- a/lib/stm32/iwdg.c
+++ b/lib/stm32/iwdg.c
@@ -1,6 +1,6 @@
-/** @defgroup STM32F-iwdg-file IWDG
+/** @defgroup STM32F_iwdg_file IWDG
-@ingroup STM32F-files
+@ingroup STM32F_files
@brief <b>libopencm3 STM32F1xx Independent Watchdog Timer</b>