5
0
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:
Randy Mackay 2014-10-23 21:15:15 +09:00
parent 47418b78d6
commit bafd9fd53f

View File

@ -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;