mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 11:07:36 +08:00
mpu6000 increase MAIN stack
This commit is contained in:
@@ -33,12 +33,10 @@
|
||||
px4_add_module(
|
||||
MODULE drivers__mpu6000
|
||||
MAIN mpu6000
|
||||
STACK_MAIN 1400
|
||||
COMPILE_FLAGS
|
||||
STACK_MAIN 1500
|
||||
SRCS
|
||||
mpu6000.cpp
|
||||
mpu6000_i2c.cpp
|
||||
mpu6000_spi.cpp
|
||||
DEPENDS
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user