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