AP_Proximity: include AP_Proximity_Backend.h in AP_Proximity.cpp
fixes a compilation problem if all of the backends are compiled out!
This commit is contained in:
parent
8c92787e32
commit
37f638c5f7
@ -16,6 +16,7 @@
|
||||
#include "AP_Proximity.h"
|
||||
|
||||
#if HAL_PROXIMITY_ENABLED
|
||||
#include "AP_Proximity_Backend.h"
|
||||
#include "AP_Proximity_RPLidarA2.h"
|
||||
#include "AP_Proximity_TeraRangerTower.h"
|
||||
#include "AP_Proximity_TeraRangerTowerEvo.h"
|
||||
|
Loading…
Reference in New Issue
Block a user