mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 01:23:56 -03:00
RangeFinder: reduce num instances to 1
This commit is contained in:
parent
47418b78d6
commit
bafd9fd53f
@ -22,7 +22,7 @@
|
|||||||
#include <AP_Param.h>
|
#include <AP_Param.h>
|
||||||
|
|
||||||
// Maximum number of range finder instances available on this platform
|
// Maximum number of range finder instances available on this platform
|
||||||
#define RANGEFINDER_MAX_INSTANCES 2
|
#define RANGEFINDER_MAX_INSTANCES 1
|
||||||
|
|
||||||
class AP_RangeFinder_Backend;
|
class AP_RangeFinder_Backend;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user