forked from Archive/PX4-Autopilot
removed whitespaces removed small unused code block
This commit is contained in:
parent
21465bc287
commit
fbedd3ed20
|
@ -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
|
||||
*
|
||||
|
|
|
@ -766,8 +766,6 @@ MulticopterAttitudeControl::task_main_trampoline(int argc, char *argv[])
|
|||
void
|
||||
MulticopterAttitudeControl::task_main()
|
||||
{
|
||||
warnx("started");
|
||||
fflush(stdout);
|
||||
|
||||
/*
|
||||
* do subscriptions
|
||||
|
|
Loading…
Reference in New Issue