mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 00:50:34 +08:00
Assigned a low transfer priority value for hardpoint commands
This commit is contained in:
committed by
Lorenz Meier
parent
8fd05e81b7
commit
1a64b5fa01
@@ -45,7 +45,7 @@ UavcanHardpointController::UavcanHardpointController(uavcan::INode &node) :
|
||||
_uavcan_pub_raw_cmd(node),
|
||||
_timer(node)
|
||||
{
|
||||
|
||||
_uavcan_pub_raw_cmd.setPriority(uavcan::TransferPriority::MiddleLower);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user