AP_OpticalFlow: Change to collected CRC header

This commit is contained in:
murata 2019-05-19 21:09:37 +09:00 committed by Andrew Tridgell
parent c6bcb1d54c
commit 9ed38eaf7b
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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