Browse Source

stm32l4: gpio: fix doxygen markers

Reported-by: @benjaminlevine
pull/555/merge
Karl Palsson 9 years ago
parent
commit
04e784d332
  1. 2
      include/libopencm3/stm32/l4/gpio.h

2
include/libopencm3/stm32/l4/gpio.h

@ -28,6 +28,7 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
/**@{*/
#ifndef LIBOPENCM3_GPIO_H
#define LIBOPENCM3_GPIO_H
@ -88,3 +89,4 @@ BEGIN_DECLS
END_DECLS
#endif
/**@}*/

Loading…
Cancel
Save