aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-01-07 23:05:33 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-01-11 11:03:56 +0100
commit05367f8a006ae6e36fec0911c97490c31033551b (patch)
treee50581e809dc44c3b0b1c2ae78756b6283d2ecbb
parent1bee73af2237d72a64adbf0a4bedd8b20581b4bd (diff)
downloadpx4-firmware-05367f8a006ae6e36fec0911c97490c31033551b.tar.gz
px4-firmware-05367f8a006ae6e36fec0911c97490c31033551b.tar.bz2
px4-firmware-05367f8a006ae6e36fec0911c97490c31033551b.zip
Handle slight increase of frame size in example
-rw-r--r--src/examples/fixedwing_control/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/fixedwing_control/module.mk b/src/examples/fixedwing_control/module.mk
index f6c882ead..da96054d3 100644
--- a/src/examples/fixedwing_control/module.mk
+++ b/src/examples/fixedwing_control/module.mk
@@ -42,4 +42,4 @@ SRCS = main.c \
MODULE_STACKSIZE = 1200
-EXTRACFLAGS = -Wframe-larger-than=1200
+EXTRACFLAGS = -Wframe-larger-than=1300