From cfe64c66b379b4e0214f46e5ec9932ef3e9f68e6 Mon Sep 17 00:00:00 2001 From: OneOfEleven Date: Thu, 26 Oct 2023 20:41:40 +0100 Subject: [PATCH] MSC1200 added to include crc module --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1b5aad..8791793 100644 --- a/Makefile +++ b/Makefile @@ -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