mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 01:14:07 +08:00
mpu6000 increase MAIN stack
This commit is contained in:
parent
b75fa645ce
commit
2dd71fa73c
@ -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
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user