stm32: adc-v1m: pull out f4/f7 specifics
Sampling time and sequence length, along with the vbat channel are specific to the f4/f7, and can't be shared with the l1 and friends. Pull them out to their own common file.
This commit is contained in:
@@ -42,7 +42,7 @@ TGT_CFLAGS += $(STANDARD_FLAGS)
|
||||
|
||||
ARFLAGS = rcs
|
||||
|
||||
OBJS += adc_common_v1.o adc_common_v1_multi.o
|
||||
OBJS += adc_common_v1.o adc_common_v1_multi.o adc_common_f47.o
|
||||
OBJS += can.o
|
||||
OBJS += crc_common_all.o crc_v2.o
|
||||
OBJS += dac_common_all.o
|
||||
|
||||
Reference in New Issue
Block a user