Private
Public Access
2
0

gpio.h: fix doxygen comment on struct

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-30 11:36:02 +01:00
parent e86916ab91
commit 9e3e322fff

View File

@@ -37,7 +37,7 @@ extern "C" {
typedef struct {
/*@{*/
int pin; /**< the pin number, as known to the os. */
FILE *value_fp; /**< the file pointer to the value of the gpio /*
FILE *value_fp; /**< the file pointer to the value of the gpio */
/*@}*/
} maa_gpio_context;