mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
fix
This commit is contained in:
@@ -54,7 +54,6 @@ void intermcu_periodic(void)
|
||||
|
||||
void intermcu_set_actuators(pprz_t *command_values, uint8_t ap_mode __attribute__((unused)))
|
||||
{
|
||||
command_values[1] = 7000;
|
||||
pprz_msg_send_IMCU_COMMANDS(&(intermcu_transport.trans_tx), intermcu_device,
|
||||
INTERMCU_AP, 0, COMMANDS_NB, command_values); //TODO: Fix status
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user