AP_OpticalFlow: adjust for backend file name change

This commit is contained in:
Peter Barker 2021-12-24 16:38:56 +11:00 committed by Andrew Tridgell
parent 3a22ee2cc7
commit d8d73eb44c
2 changed files with 2 additions and 2 deletions

View File

@ -142,4 +142,4 @@ namespace AP {
OpticalFlow *opticalflow();
}
#include "OpticalFlow_backend.h"
#include "AP_OpticalFlow_Backend.h"

View File

@ -1,5 +1,5 @@
#pragma once
#include "OpticalFlow_backend.h"
#include "AP_OpticalFlow_Backend.h"
#if HAL_ENABLE_LIBUAVCAN_DRIVERS