aboutsummaryrefslogtreecommitdiff
path: root/src/modules/fw_att_control
diff options
context:
space:
mode:
authorRoman Bapst <romanbapst@yahoo.de>2014-12-04 14:23:19 +0100
committerRoman Bapst <romanbapst@yahoo.de>2014-12-04 14:23:19 +0100
commitfbedd3ed206531704f24a0b76657c4583a49efe8 (patch)
tree74b35eb0ae6ecb51fa3e986cfd3a4bb5e7914a0a /src/modules/fw_att_control
parent21465bc2872eba86ee123224f5132631d715a161 (diff)
downloadpx4-firmware-fbedd3ed206531704f24a0b76657c4583a49efe8.tar.gz
px4-firmware-fbedd3ed206531704f24a0b76657c4583a49efe8.tar.bz2
px4-firmware-fbedd3ed206531704f24a0b76657c4583a49efe8.zip
removed whitespaces removed small unused code block
Diffstat (limited to 'src/modules/fw_att_control')
-rw-r--r--src/modules/fw_att_control/fw_att_control_main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/fw_att_control/fw_att_control_main.cpp b/src/modules/fw_att_control/fw_att_control_main.cpp
index 679ef1d29..956fc94de 100644
--- a/src/modules/fw_att_control/fw_att_control_main.cpp
+++ b/src/modules/fw_att_control/fw_att_control_main.cpp
@@ -77,7 +77,6 @@
#include <ecl/attitude_fw/ecl_roll_controller.h>
#include <ecl/attitude_fw/ecl_yaw_controller.h>
-
/**
* Fixedwing attitude control app start / stop handling function
*
@@ -637,7 +636,7 @@ FixedwingAttitudeControl::task_main()
orb_set_interval(_att_sub, 17);
parameters_update();
-
+
/* get an initial update for all sensor and status data */
vehicle_airspeed_poll();
vehicle_setpoint_poll();