mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 14:48:28 -04:00
AP_Proximity: remove duplicate definition
PROXIMITY_NUM_LAYERS is defined in AP_Proximity_Boundary_3D
This commit is contained in:
parent
5a0cc08dcc
commit
279b534f67
@ -24,7 +24,6 @@
|
|||||||
#define PROXIMITY_MAX_IGNORE 6 // up to six areas can be ignored
|
#define PROXIMITY_MAX_IGNORE 6 // up to six areas can be ignored
|
||||||
#define PROXIMITY_MAX_DIRECTION 8
|
#define PROXIMITY_MAX_DIRECTION 8
|
||||||
#define PROXIMITY_SENSOR_ID_START 10
|
#define PROXIMITY_SENSOR_ID_START 10
|
||||||
#define PROXIMITY_NUM_LAYERS 5
|
|
||||||
|
|
||||||
class AP_Proximity_Backend;
|
class AP_Proximity_Backend;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user