Skip to content
Snippets Groups Projects
Commit aebe4db5 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Q estimator: Optimize for size

parent 5198fc39
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,8 @@ set(MODULE_CFLAGS)
px4_add_module(
MODULE modules__attitude_estimator_q
MAIN attitude_estimator_q
COMPILE_FLAGS ${MODULE_CFLAGS}
COMPILE_FLAGS
-Os
STACK_MAIN 1200
STACK_MAX 1600
SRCS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment