1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

OP-896: fix a conflict resolution typo

This commit is contained in:
Oleg Semyonov 2013-04-12 20:57:19 +03:00
parent ba7b712cf1
commit 6cd963e423

View File

@ -36,7 +36,7 @@ OPTMODULES =
# Use file-extension c for "c-only"-files
ifndef TESTAPP
## Application Core
SRC += ${OPMODULEDIR}/OPLink/oplinkmod.c
SRC += $(OPMODULEDIR)/OPLink/oplinkmod.c
SRC += $(OPSYSTEM)/oplink.c
SRC += $(OPSYSTEM)/pios_board.c
SRC += $(OPSYSTEM)/pios_usb_board_data.c