mirror of https://github.com/ArduPilot/ardupilot
AP_OpticalFlow: adjust for backend file name change
This commit is contained in:
parent
3a22ee2cc7
commit
d8d73eb44c
|
@ -142,4 +142,4 @@ namespace AP {
|
|||
OpticalFlow *opticalflow();
|
||||
}
|
||||
|
||||
#include "OpticalFlow_backend.h"
|
||||
#include "AP_OpticalFlow_Backend.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
#include "OpticalFlow_backend.h"
|
||||
#include "AP_OpticalFlow_Backend.h"
|
||||
|
||||
#if HAL_ENABLE_LIBUAVCAN_DRIVERS
|
||||
|
||||
|
|
Loading…
Reference in New Issue