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:
parent
8866ecc188
commit
cfe64c66b3
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user