aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ecl/attitude_fw/ecl_yaw_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecl/attitude_fw/ecl_yaw_controller.h')
-rw-r--r--src/lib/ecl/attitude_fw/ecl_yaw_controller.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/ecl/attitude_fw/ecl_yaw_controller.h b/src/lib/ecl/attitude_fw/ecl_yaw_controller.h
index 61657e95b..c9e80930f 100644
--- a/src/lib/ecl/attitude_fw/ecl_yaw_controller.h
+++ b/src/lib/ecl/attitude_fw/ecl_yaw_controller.h
@@ -50,10 +50,8 @@
#include <stdbool.h>
#include <stdint.h>
-
-#ifdef CONFIG_ARCH_ARM
#include <systemlib/perf_counter.h>
-#endif
+
class __EXPORT ECL_YawController //XXX: create controller superclass
{
@@ -124,7 +122,7 @@ private:
float _rate_setpoint;
float _bodyrate_setpoint;
float _coordinated_min_speed;
- //perf_counter_t _nonfinite_input_perf;
+ perf_counter_t _nonfinite_input_perf;
};