doc: stm32: fix doxygen syntax

Missing endgroups, some accidental syntax errors/unknown commands.
This commit is contained in:
Karl Palsson
2016-08-18 16:57:10 +00:00
committed by Karl Palsson
parent 34c3a64177
commit 75011168f7
4 changed files with 9 additions and 6 deletions

View File

@@ -163,10 +163,10 @@ LGPL License Terms @ref lgpl_license
/* Output type (OTx values) */
/** @defgroup gpio_output_type GPIO Output Pin Driver Type
@ingroup gpio_defines
@list Push Pull
@list Open Drain
@{*/
/** Push-Pull */
#define GPIO_OTYPE_PP 0x0
/** Open Drain */
#define GPIO_OTYPE_OD 0x1
/**@}*/