mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
uavcan_v1: Revert HeapSize to 8192
This commit is contained in:
parent
a644cf19c5
commit
fce809841f
@ -114,7 +114,7 @@ class UavcanNode : public ModuleParams, public px4::ScheduledWorkItem
|
||||
* Current size of 8192 bytes is arbitrary, should be optimized further
|
||||
* when more nodes and messages are on the CAN bus
|
||||
*/
|
||||
static constexpr unsigned HeapSize = 2 * 8192;
|
||||
static constexpr unsigned HeapSize = 8192;
|
||||
|
||||
/*
|
||||
* Base interval, has to be complemented with events from the CAN driver
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user