mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 20:28:37 +08:00
Update CMakeLists.txt (#4377)
Removes warning as Cmake now using STACK_MAIN
This commit is contained in:
committed by
Lorenz Meier
parent
99286cf1bd
commit
161f92250f
@@ -34,7 +34,7 @@ px4_add_module(
|
|||||||
MODULE drivers__lis3mdl
|
MODULE drivers__lis3mdl
|
||||||
MAIN lis3mdl
|
MAIN lis3mdl
|
||||||
|
|
||||||
STACK 1200
|
STACK_MAIN 1200
|
||||||
COMPILE_FLAGS
|
COMPILE_FLAGS
|
||||||
-Weffc++
|
-Weffc++
|
||||||
-Os
|
-Os
|
||||||
|
|||||||
Reference in New Issue
Block a user