pwm_out_sim, simulator_mavlink: fixed code style

Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
Roman
2018-02-22 20:20:00 +01:00
committed by Daniel Agar
parent 10bf6a4b59
commit 2549b702f0
2 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ void Simulator::pack_actuator_message(mavlink_hil_actuator_controls_t &msg, unsi
unsigned n;
switch (_system_type) {
case MAV_TYPE_VTOL_DUOROTOR:
case MAV_TYPE_VTOL_DUOROTOR:
n = 2;
break;