mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 23:18:29 -04:00
AP_OpticalFlow: Change to collected CRC header
This commit is contained in:
parent
c6bcb1d54c
commit
9ed38eaf7b
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user