mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Proximity: adjust for renaming of RangeFinder files
This commit is contained in:
parent
fe8599d6d7
commit
0e6f3afe51
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user