Merge branch 'master' into px4dev_new_param

This commit is contained in:
Lorenz Meier
2012-08-19 17:08:48 +02:00
42 changed files with 1279 additions and 2059 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ CSRCS = err.c \
# XXX this really should be a CONFIG_* test
#
ifeq ($(TARGET),px4fmu)
CSRCS += systemlib.c
CSRCS += systemlib.c \
pid/pid.c
endif
include $(APPDIR)/mk/app.mk