diff --git a/api/gpio.h b/api/gpio.h index 0779d2f..f4e321b 100644 --- a/api/gpio.h +++ b/api/gpio.h @@ -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;