Browse Source

AP_OpticalFlow: Change to collected CRC header

master
murata 6 years ago committed by Andrew Tridgell
parent
commit
9ed38eaf7b
  1. 2
      libraries/AP_OpticalFlow/AP_OpticalFlow_CXOF.cpp
  2. 2
      libraries/AP_OpticalFlow/AP_OpticalFlow_PX4Flow.cpp
  3. 2
      libraries/AP_OpticalFlow/AP_OpticalFlow_Pixart.cpp

2
libraries/AP_OpticalFlow/AP_OpticalFlow_CXOF.cpp

@ -32,7 +32,7 @@
#include <AP_HAL/AP_HAL.h> #include <AP_HAL/AP_HAL.h>
#include "AP_OpticalFlow_CXOF.h" #include "AP_OpticalFlow_CXOF.h"
#include <AP_Math/edc.h> #include <AP_Math/crc.h>
#include <AP_AHRS/AP_AHRS.h> #include <AP_AHRS/AP_AHRS.h>
#include <AP_SerialManager/AP_SerialManager.h> #include <AP_SerialManager/AP_SerialManager.h>
#include <utility> #include <utility>

2
libraries/AP_OpticalFlow/AP_OpticalFlow_PX4Flow.cpp

@ -18,7 +18,7 @@
#include <AP_HAL/AP_HAL.h> #include <AP_HAL/AP_HAL.h>
#include "AP_OpticalFlow_PX4Flow.h" #include "AP_OpticalFlow_PX4Flow.h"
#include <AP_Math/edc.h> #include <AP_Math/crc.h>
#include <AP_AHRS/AP_AHRS.h> #include <AP_AHRS/AP_AHRS.h>
#include <AP_HAL/I2CDevice.h> #include <AP_HAL/I2CDevice.h>
#include <utility> #include <utility>

2
libraries/AP_OpticalFlow/AP_OpticalFlow_Pixart.cpp

@ -21,7 +21,7 @@
*/ */
#include <AP_HAL/AP_HAL.h> #include <AP_HAL/AP_HAL.h>
#include <AP_Math/edc.h> #include <AP_Math/crc.h>
#include <AP_AHRS/AP_AHRS.h> #include <AP_AHRS/AP_AHRS.h>
#include <utility> #include <utility>
#include "OpticalFlow.h" #include "OpticalFlow.h"

Loading…
Cancel
Save