Generalise ADC driver source inclusion (#22448)

This commit is contained in:
Joel Challis
2023-11-12 22:30:27 +00:00
committed by GitHub
parent 786ebf8760
commit e884e42ce9
35 changed files with 69 additions and 43 deletions

View File

@ -1,4 +1,6 @@
UF2_DEVICE_TYPE_ID = 0x27b9a6ea
UF2CONV_ARGS = --device-type $(UF2_DEVICE_TYPE_ID)
SRC += analog.c lib/common.c lib/mux.c
SRC += lib/common.c lib/mux.c
ANALOG_DRIVER_REQUIRED = yes