From b269e5d060e81696ced6af6303e27c936bbffbed Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Tue, 10 Feb 2015 14:52:05 +0100 Subject: multiplatform mc pos control: Allow enough frame size --- src/modules/mc_pos_control_multiplatform/module.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3