diff --git a/lib/efm32/common/wdog_common.c b/lib/efm32/common/wdog_common.c new file mode 100644 index 00000000..a926ab92 --- /dev/null +++ b/lib/efm32/common/wdog_common.c @@ -0,0 +1,15 @@ +/** @addtogroup wdog_file WDOG peripheral API + * @ingroup peripheral_apis + * @brief Watchdog Module 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 + +/**@{*/ + +/**@}*/ + diff --git a/lib/efm32/ezr32wg/Makefile b/lib/efm32/ezr32wg/Makefile index 5c26a76f..f2c8e962 100644 --- a/lib/efm32/ezr32wg/Makefile +++ b/lib/efm32/ezr32wg/Makefile @@ -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 diff --git a/lib/efm32/lg/Makefile b/lib/efm32/lg/Makefile index 446c6611..30c747a9 100644 --- a/lib/efm32/lg/Makefile +++ b/lib/efm32/lg/Makefile @@ -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 diff --git a/lib/efm32/wg/Makefile b/lib/efm32/wg/Makefile index 596592b5..d0f45a0b 100644 --- a/lib/efm32/wg/Makefile +++ b/lib/efm32/wg/Makefile @@ -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