forked from Archive/PX4-Autopilot
UAVCAN: Increase stack since its hitting almost the limit
This commit is contained in:
parent
92ae41c1cf
commit
ae65269de9
|
@ -94,7 +94,7 @@ class UavcanNode : public device::CDev
|
|||
*/
|
||||
|
||||
static constexpr unsigned RxQueueLenPerIface = FramePerMSecond * PollTimeoutMs; // At
|
||||
static constexpr unsigned StackSize = 1600;
|
||||
static constexpr unsigned StackSize = 1800;
|
||||
|
||||
public:
|
||||
typedef uavcan::Node<MemPoolSize> Node;
|
||||
|
|
Loading…
Reference in New Issue