1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Remove stray '}' in a makefile

This commit is contained in:
Oleg Semyonov 2013-04-12 12:50:12 +03:00
parent 5be0a1919e
commit 03a4ca545f

View File

@ -58,7 +58,7 @@ endif
# Use file-extension c for "c-only"-files
ifndef TESTAPP
## Application Core
SRC += $(OPMODULEDIR)}/System/systemmod.c
SRC += $(OPMODULEDIR)/System/systemmod.c
SRC += $(OPSYSTEM)/coptercontrol.c
SRC += $(OPSYSTEM)/pios_board.c
SRC += $(OPSYSTEM)/pios_usb_board_data.c