Browse Source

AP_OpticalFlow: tidy includes

apm_2208
Peter Barker 3 years ago committed by Andrew Tridgell
parent
commit
fa2c78f057
  1. 1
      libraries/AP_OpticalFlow/AP_OpticalFlow.h
  2. 1
      libraries/AP_OpticalFlow/AP_OpticalFlow_Calibrator.h

1
libraries/AP_OpticalFlow/AP_OpticalFlow.h

@ -31,7 +31,6 @@ @@ -31,7 +31,6 @@
*/
#include <AP_MSP/msp.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_Math/AP_Math.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include "AP_OpticalFlow_Calibrator.h"

1
libraries/AP_OpticalFlow/AP_OpticalFlow_Calibrator.h

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
#pragma once
#include <AP_HAL/AP_HAL.h>
#include <AP_Math/AP_Math.h>
#define AP_OPTICALFLOW_CAL_MAX_SAMPLES 50 // number of samples required before calibration begins

Loading…
Cancel
Save