mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
Remove stray '}' in a makefile
This commit is contained in:
parent
5040a13efb
commit
8ab580ae82
@ -58,7 +58,7 @@ endif
|
|||||||
# Use file-extension c for "c-only"-files
|
# Use file-extension c for "c-only"-files
|
||||||
ifndef TESTAPP
|
ifndef TESTAPP
|
||||||
## Application Core
|
## Application Core
|
||||||
SRC += $(OPMODULEDIR)}/System/systemmod.c
|
SRC += $(OPMODULEDIR)/System/systemmod.c
|
||||||
SRC += $(OPSYSTEM)/coptercontrol.c
|
SRC += $(OPSYSTEM)/coptercontrol.c
|
||||||
SRC += $(OPSYSTEM)/pios_board.c
|
SRC += $(OPSYSTEM)/pios_board.c
|
||||||
SRC += $(OPSYSTEM)/pios_usb_board_data.c
|
SRC += $(OPSYSTEM)/pios_usb_board_data.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user