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:
Diffstat (limited to 'lib/efm32/common/letimer_common.c')
-rw-r--r--lib/efm32/common/letimer_common.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/efm32/common/letimer_common.c b/lib/efm32/common/letimer_common.c
new file mode 100644
index 00000000..7c1ba9cb
--- /dev/null
+++ b/lib/efm32/common/letimer_common.c
@@ -0,0 +1,15 @@
+/** @addtogroup letimer_file LETIMER peripheral API
+ * @ingroup peripheral_apis
+ * @brief Low Energy Timer helper functions.
+ *
+ * <b>NO</b> helper functions exist. Only header definitions are available.
+ * Delete these lines if/when you add actual helper APIs.
+ * @copyright See @ref lgpl_license
+ */
+
+#include <libopencm3/efm32/letimer.h>
+
+/**@{*/
+
+/**@}*/
+