From fce809841f3a677d389f25a029c6abec8590a142 Mon Sep 17 00:00:00 2001 From: JacobCrabill Date: Thu, 1 Jul 2021 16:09:02 -0700 Subject: [PATCH] uavcan_v1: Revert HeapSize to 8192 --- src/drivers/uavcan_v1/Uavcan.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/uavcan_v1/Uavcan.hpp b/src/drivers/uavcan_v1/Uavcan.hpp index 2602517123..217bac839f 100644 --- a/src/drivers/uavcan_v1/Uavcan.hpp +++ b/src/drivers/uavcan_v1/Uavcan.hpp @@ -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