AP_RangeFinder: allow for less rangefinder instances
for AP_Periph
This commit is contained in:
parent
5b699fc65d
commit
282936eab2
@ -21,7 +21,10 @@
|
||||
#include "AP_RangeFinder_Params.h"
|
||||
|
||||
// Maximum number of range finder instances available on this platform
|
||||
#ifndef RANGEFINDER_MAX_INSTANCES
|
||||
#define RANGEFINDER_MAX_INSTANCES 10
|
||||
#endif
|
||||
|
||||
#define RANGEFINDER_GROUND_CLEARANCE_CM_DEFAULT 10
|
||||
#define RANGEFINDER_PREARM_ALT_MAX_CM 200
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
|
Loading…
Reference in New Issue
Block a user