mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Examples: Header cleanup
This commit is contained in:
committed by
Lorenz Meier
parent
2cfcf3402e
commit
90c4b41234
@@ -39,7 +39,7 @@
|
||||
#include <string.h>
|
||||
#include <cstdlib>
|
||||
#include <systemlib/err.h>
|
||||
#include <systemlib/systemlib.h>
|
||||
#include <px4_tasks.h>
|
||||
|
||||
extern bool mc_att_control_thread_running;
|
||||
int mc_att_control_daemon_task; /**< Handle of deamon task / thread */
|
||||
|
||||
@@ -36,10 +36,12 @@
|
||||
*
|
||||
* @author Thomas Gubler <thomasgubler@gmail.com>
|
||||
*/
|
||||
|
||||
#include <px4_tasks.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <cstdlib>
|
||||
#include <systemlib/err.h>
|
||||
#include <systemlib/systemlib.h>
|
||||
|
||||
extern bool mc_pos_control_thread_running;
|
||||
int mc_pos_control_daemon_task; /**< Handle of deamon task / thread */
|
||||
|
||||
Reference in New Issue
Block a user