mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 22:20:34 +08:00
removed unnecessary diff content
This commit is contained in:
@@ -53,7 +53,6 @@
|
||||
#include <stdint.h>
|
||||
#include <systemlib/perf_counter.h>
|
||||
|
||||
|
||||
class __EXPORT ECL_RollController //XXX: create controller superclass
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -52,7 +52,6 @@
|
||||
#include <stdint.h>
|
||||
#include <systemlib/perf_counter.h>
|
||||
|
||||
|
||||
class __EXPORT ECL_YawController //XXX: create controller superclass
|
||||
{
|
||||
public:
|
||||
|
||||
+1
-1
@@ -38,6 +38,6 @@
|
||||
*/
|
||||
|
||||
#include <drivers/drv_hrt.h>
|
||||
|
||||
#define ecl_absolute_time hrt_absolute_time
|
||||
#define ecl_elapsed_time hrt_elapsed_time
|
||||
|
||||
|
||||
+4
-4
@@ -45,12 +45,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef CONFIG_ARCH_ARM
|
||||
|
||||
#include "uORB/topics/fence.h"
|
||||
#include "uORB/topics/vehicle_global_position.h"
|
||||
|
||||
__BEGIN_DECLS
|
||||
#endif
|
||||
|
||||
#include "geo_lookup/geo_mag_declination.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
@@ -278,6 +278,6 @@ __EXPORT float _wrap_360(float bearing);
|
||||
__EXPORT float _wrap_pi(float bearing);
|
||||
__EXPORT float _wrap_2pi(float bearing);
|
||||
|
||||
#ifdef CONFIG_ARCH_ARM
|
||||
|
||||
__END_DECLS
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user