From dc3bb245f1f77c9898546817c54d5a51fc559048 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Sat, 22 Jun 2019 01:50:23 +0000 Subject: [PATCH] doc: efm32: acmp: add missing file Classssssssic error. Don't git add the local file created. doh. --- lib/efm32/common/acmp_common.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/efm32/common/acmp_common.c diff --git a/lib/efm32/common/acmp_common.c b/lib/efm32/common/acmp_common.c new file mode 100644 index 00000000..1095d673 --- /dev/null +++ b/lib/efm32/common/acmp_common.c @@ -0,0 +1,15 @@ +/** @addtogroup acmp_file ACMP peripheral API + * @ingroup peripheral_apis + * @brief Analog Comparator helper functions. + * + * NO helper functions exist. Only header definitions are available. + * Delete these lines if/when you add actual helper APIs. + * @copyright See @ref lgpl_license + */ + +#include + +/**@{*/ + +/**@}*/ +