sdlog2: Fix stack size

This commit is contained in:
Lorenz Meier
2015-09-20 13:13:02 +02:00
parent 8218f8797e
commit 673fdd8002
+1 -1
View File
@@ -36,7 +36,7 @@ px4_add_module(
PRIORITY "SCHED_PRIORITY_MAX-30"
STACK 1200
COMPILE_FLAGS
-Wframe-larger-than=1400
-Wframe-larger-than=1500
-Os
SRCS
sdlog2.c