uavcan_v1: Revert HeapSize to 8192

This commit is contained in:
JacobCrabill 2021-07-01 16:09:02 -07:00 committed by Daniel Agar
parent a644cf19c5
commit fce809841f

View File

@ -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