AP_Proximity: adjust for renaming of RangeFinder files

This commit is contained in:
Peter Barker 2019-11-11 13:48:22 +11:00 committed by Randy Mackay
parent fe8599d6d7
commit 0e6f3afe51

View File

@ -18,7 +18,7 @@
#include <ctype.h>
#include <stdio.h>
#include <AP_RangeFinder/AP_RangeFinder.h>
#include <AP_RangeFinder/RangeFinder_Backend.h>
#include <AP_RangeFinder/AP_RangeFinder_Backend.h>
// update the state of the sensor
void AP_Proximity_RangeFinder::update(void)