forked from Archive/PX4-Autopilot
Reduce stack size of sensors module start handler
This commit is contained in:
parent
0789030088
commit
29ec1f3881
|
@ -40,3 +40,5 @@ MODULE_PRIORITY = "SCHED_PRIORITY_MAX-5"
|
|||
|
||||
SRCS = sensors.cpp \
|
||||
sensor_params.c
|
||||
|
||||
MODULE_STACKSIZE = 1200
|
||||
|
|
Loading…
Reference in New Issue