doc: efm32: acmp: document, and include via peripheral_apis

Requires a stub .c file as it has common includes with out any common
code (yet)
This commit is contained in:
Karl Palsson
2019-06-22 01:36:06 +00:00
parent 7a058016b5
commit 7e2cd050aa
7 changed files with 36 additions and 16 deletions

View File

@@ -37,6 +37,7 @@ TGT_CFLAGS += $(DEBUG_FLAGS)
# ARFLAGS = rcsv
ARFLAGS = rcs
OBJS += acmp_common.o
OBJS += adc_common.o
OBJS += cmu_common.o
OBJS += dac_common.o