lps25h: use STACK_MAIN instead of STACK

This commit is contained in:
Beat Küng
2016-09-20 18:55:25 +02:00
parent 281c450b6e
commit 21ce157763
+1 -1
View File
@@ -33,7 +33,7 @@
px4_add_module(
MODULE drivers__lps25h
MAIN lps25h
STACK 1200
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
-Os