pub type CubepilotFirmwareUpdateResp = CubepilotFirmwareUpdateResp;Expand description
Originally defined in cubepilot::messages::cubepilot_firmware_update_resp.
Aliased Type§
pub struct CubepilotFirmwareUpdateResp {
pub target_system: u8,
pub target_component: u8,
pub offset: u32,
}Fields§
§target_system: u8MAVLink field target_system.
System ID.
target_component: u8MAVLink field target_component.
Component ID.
offset: u32MAVLink field offset.
FW Offset.