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:
parent
531aa7e6b7
commit
9b3ab933ac
15
lib/efm32/common/wdog_common.c
Normal file
15
lib/efm32/common/wdog_common.c
Normal 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>
|
||||||
|
|
||||||
|
/**@{*/
|
||||||
|
|
||||||
|
/**@}*/
|
||||||
|
|
@ -51,6 +51,7 @@ OBJS += msc_common.o
|
|||||||
OBJS += prs_common.o
|
OBJS += prs_common.o
|
||||||
OBJS += rmu_common.o
|
OBJS += rmu_common.o
|
||||||
OBJS += timer_common.o
|
OBJS += timer_common.o
|
||||||
|
OBJS += wdog_common.o
|
||||||
|
|
||||||
OBJS += usb.o usb_control.o usb_standard.o usb_msc.o
|
OBJS += usb.o usb_control.o usb_standard.o usb_msc.o
|
||||||
OBJS += usb_efm32.o
|
OBJS += usb_efm32.o
|
||||||
|
@ -51,6 +51,7 @@ OBJS += msc_common.o
|
|||||||
OBJS += prs_common.o
|
OBJS += prs_common.o
|
||||||
OBJS += rmu_common.o
|
OBJS += rmu_common.o
|
||||||
OBJS += timer_common.o
|
OBJS += timer_common.o
|
||||||
|
OBJS += wdog_common.o
|
||||||
|
|
||||||
OBJS += usb.o usb_control.o usb_standard.o usb_msc.o
|
OBJS += usb.o usb_control.o usb_standard.o usb_msc.o
|
||||||
OBJS += usb_efm32.o
|
OBJS += usb_efm32.o
|
||||||
|
@ -51,6 +51,7 @@ OBJS += msc_common.o
|
|||||||
OBJS += prs_common.o
|
OBJS += prs_common.o
|
||||||
OBJS += rmu_common.o
|
OBJS += rmu_common.o
|
||||||
OBJS += timer_common.o
|
OBJS += timer_common.o
|
||||||
|
OBJS += wdog_common.o
|
||||||
|
|
||||||
OBJS += usb.o usb_control.o usb_standard.o usb_msc.o
|
OBJS += usb.o usb_control.o usb_standard.o usb_msc.o
|
||||||
OBJS += usb_efm32.o
|
OBJS += usb_efm32.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user