forked from Archive/PX4-Autopilot
lps25h: use STACK_MAIN instead of STACK
This commit is contained in:
parent
281c450b6e
commit
21ce157763
|
@ -33,7 +33,7 @@
|
|||
px4_add_module(
|
||||
MODULE drivers__lps25h
|
||||
MAIN lps25h
|
||||
STACK 1200
|
||||
STACK_MAIN 1200
|
||||
COMPILE_FLAGS
|
||||
-Weffc++
|
||||
-Os
|
||||
|
|
Loading…
Reference in New Issue