Browse Source

AP_Proximity: Increase number of available proximity sensor

master
rishabsingh3003 2 years ago committed by Andrew Tridgell
parent
commit
b0108f2c0c
  1. 2
      libraries/AP_Proximity/AP_Proximity.h

2
libraries/AP_Proximity/AP_Proximity.h

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
#include "AP_Proximity_Params.h"
#include "AP_Proximity_Boundary_3D.h"
#define PROXIMITY_MAX_INSTANCES 2 // Maximum number of proximity sensor instances available on this platform
#define PROXIMITY_MAX_INSTANCES 3 // Maximum number of proximity sensor instances available on this platform
#define PROXIMITY_SENSOR_ID_START 10
class AP_Proximity_Backend;

Loading…
Cancel
Save