mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-02 04:58:15 +08:00
Adjust min and max can bootloader timing for ardupilot compatibility
This commit is contained in:
@@ -582,8 +582,8 @@ CCASSERT(sizeof(uavcan_LogMessage_t) == PackedSizeMsgLogMessage);
|
||||
****************************************/
|
||||
|
||||
typedef enum uavcan_AllocationConsts_t {
|
||||
MAX_REQUEST_PERIOD_MS = 1400,
|
||||
MIN_REQUEST_PERIOD_MS = 600,
|
||||
MAX_REQUEST_PERIOD_MS = 1000,
|
||||
MIN_REQUEST_PERIOD_MS = 50,
|
||||
MAX_FOLLOWUP_DELAY_MS = 400,
|
||||
MIN_FOLLOWUP_DELAY_MS = 0,
|
||||
FOLLOWUP_TIMEOUT_MS = 500,
|
||||
|
||||
Reference in New Issue
Block a user