0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 14:21:25 +03:00

MSC1200 added to include crc module

This commit is contained in:
OneOfEleven 2023-10-26 20:41:40 +01:00
parent 8866ecc188
commit cfe64c66b3

View File

@ -144,7 +144,7 @@ ifeq ($(ENABLE_FMRADIO), 1)
OBJS += driver/bk1080.o
endif
OBJS += driver/bk4819.o
ifeq ($(filter $(ENABLE_AIRCOPY) $(ENABLE_UART), 1), 1)
ifeq ($(filter $(ENABLE_AIRCOPY) $(ENABLE_UART) $(ENABLE_MDC1200), 1), 1)
OBJS += driver/crc.o
endif
OBJS += driver/eeprom.o