stm32l4: gpio: fix doxygen markers

Reported-by: @benjaminlevine
This commit is contained in:
Karl Palsson 2016-03-06 23:48:05 +00:00
parent 0e40d6da02
commit 04e784d332

View File

@ -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
/**@}*/