vehicle_command commands are uint16, not uint32

This commit is contained in:
Daniel Agar
2017-09-07 10:17:15 -04:00
committed by Beat Küng
parent 0ae76aff32
commit e15afcca7a
11 changed files with 112 additions and 112 deletions

View File

@@ -727,7 +727,7 @@ CameraTrigger::cycle_trampoline(void *arg)
.result_param2 = 0,
.command = cmd.command,
.result = (uint8_t)cmd_result,
.from_external = 0,
.from_external = false,
.result_param1 = 0,
.target_system = cmd.source_system,
.target_component = cmd.source_component