aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-02-10 14:52:05 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-02-10 14:52:05 +0100
commitb269e5d060e81696ced6af6303e27c936bbffbed (patch)
tree412e7b742746f340bfccab8debd04fb45842af12 /src
parent7c29a58ba61c9db63cdf0ad09ab443f4731198c2 (diff)
downloadpx4-firmware-b269e5d060e81696ced6af6303e27c936bbffbed.tar.gz
px4-firmware-b269e5d060e81696ced6af6303e27c936bbffbed.tar.bz2
px4-firmware-b269e5d060e81696ced6af6303e27c936bbffbed.zip
multiplatform mc pos control: Allow enough frame size
Diffstat (limited to 'src')
-rw-r--r--src/modules/mc_pos_control_multiplatform/module.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/mc_pos_control_multiplatform/module.mk b/src/modules/mc_pos_control_multiplatform/module.mk
index 9f7548e8a..b9e199a95 100644
--- a/src/modules/mc_pos_control_multiplatform/module.mk
+++ b/src/modules/mc_pos_control_multiplatform/module.mk
@@ -1,6 +1,6 @@
############################################################################
#
-# Copyright (c) 2013 PX4 Development Team. All rights reserved.
+# Copyright (c) 2013-2015 PX4 Development Team. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -42,4 +42,4 @@ SRCS = mc_pos_control_main.cpp \
mc_pos_control.cpp \
mc_pos_control_params.c
-EXTRACXXFLAGS = -Wframe-larger-than=1040
+EXTRACXXFLAGS = -Wframe-larger-than=1200