From 8ab580ae82a96f15741ba6df0de44f37b20b5e6b Mon Sep 17 00:00:00 2001 From: Oleg Semyonov Date: Fri, 12 Apr 2013 12:50:12 +0300 Subject: [PATCH] Remove stray '}' in a makefile --- flight/targets/CopterControl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/targets/CopterControl/Makefile b/flight/targets/CopterControl/Makefile index f5a2b64b3..c2c69871d 100644 --- a/flight/targets/CopterControl/Makefile +++ b/flight/targets/CopterControl/Makefile @@ -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