Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD. Lisin <mrlisdim@gmail.com>2019-09-21 21:12:07 +0300
committerD. Lisin <mrlisdim@gmail.com>2019-09-21 21:12:21 +0300
commitdecb98c6d434260a38f3f671554cd7234fc08849 (patch)
tree59c69ef4718c65866349d38f5c5fdc31f88eb5f5 /include/libopencm3/efm32/lg/gpio.h
parent293cfebe971eaaee54d38b7e42def1194103d130 (diff)
parentb0c3de8d8516557f1f4ac85c5deb4fb45fb8a10b (diff)
Merge remote-tracking branch 'upstream/master'
# Conflicts: # lib/stm32/f2/Makefile # lib/stm32/f4/Makefile
Diffstat (limited to 'include/libopencm3/efm32/lg/gpio.h')
-rw-r--r--include/libopencm3/efm32/lg/gpio.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/include/libopencm3/efm32/lg/gpio.h b/include/libopencm3/efm32/lg/gpio.h
index 71bd54f6..f0684bac 100644
--- a/include/libopencm3/efm32/lg/gpio.h
+++ b/include/libopencm3/efm32/lg/gpio.h
@@ -1,3 +1,11 @@
+/** @defgroup gpio_defines GPIO Defines
+ *
+ * @brief <b>Defined Constants and Types for the EFM32LG GPIO module</b>
+ *
+ * @ingroup EFM32LG_defines
+ *
+ * LGPL License Terms @ref lgpl_license
+ */
/*
* This file is part of the libopencm3 project.
*
@@ -15,9 +23,6 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENCM3_GPIO_H
-#define LIBOPENCM3_GPIO_H
+#pragma once
#include <libopencm3/efm32/common/gpio_common.h>
-
-#endif