1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

Remove stray '}' in a makefile

This commit is contained in:
Oleg Semyonov 2013-04-12 12:50:12 +03:00
parent 5040a13efb
commit 8ab580ae82

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