doc: efm32: wdog: include stub file

Tags were added, but without the stub file, common headers aren't picked
up by the auto source list generation
This commit is contained in:
Karl Palsson 2019-06-25 11:35:54 +00:00
parent 531aa7e6b7
commit 9b3ab933ac
4 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,15 @@
/** @addtogroup wdog_file WDOG peripheral API
* @ingroup peripheral_apis
* @brief Watchdog Module 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/wdog.h>
/**@{*/
/**@}*/

View File

@ -51,6 +51,7 @@ OBJS += msc_common.o
OBJS += prs_common.o
OBJS += rmu_common.o
OBJS += timer_common.o
OBJS += wdog_common.o
OBJS += usb.o usb_control.o usb_standard.o usb_msc.o
OBJS += usb_efm32.o

View File

@ -51,6 +51,7 @@ OBJS += msc_common.o
OBJS += prs_common.o
OBJS += rmu_common.o
OBJS += timer_common.o
OBJS += wdog_common.o
OBJS += usb.o usb_control.o usb_standard.o usb_msc.o
OBJS += usb_efm32.o

View File

@ -51,6 +51,7 @@ OBJS += msc_common.o
OBJS += prs_common.o
OBJS += rmu_common.o
OBJS += timer_common.o
OBJS += wdog_common.o
OBJS += usb.o usb_control.o usb_standard.o usb_msc.o
OBJS += usb_efm32.o