mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 12:20:34 +08:00
CAN driver RX queue reduced to 21 frames per interface; poll() timeout set to 3 ms
This commit is contained in:
committed by
Lorenz Meier
parent
72e651beda
commit
635bfb6a7b
@@ -80,7 +80,7 @@ class UavcanNode : public device::CDev
|
||||
static constexpr unsigned FramePerSecond = MaxBitRatePerSec / bitPerFrame;
|
||||
static constexpr unsigned FramePerMSecond = ((FramePerSecond / 1000) + 1);
|
||||
|
||||
static constexpr unsigned PollTimeoutMs = 10;
|
||||
static constexpr unsigned PollTimeoutMs = 3;
|
||||
|
||||
/*
|
||||
* This memory is reserved for uavcan to use for queuing CAN frames.
|
||||
|
||||
Reference in New Issue
Block a user