mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_Baro: allow for define of BARO_MAX_INSTANCES
This commit is contained in:
parent
efe8042fbe
commit
474f22c3fe
@ -12,7 +12,9 @@
|
||||
#endif
|
||||
|
||||
// maximum number of sensor instances
|
||||
#ifndef BARO_MAX_INSTANCES
|
||||
#define BARO_MAX_INSTANCES 3
|
||||
#endif
|
||||
|
||||
// maximum number of drivers. Note that a single driver can provide
|
||||
// multiple sensor instances
|
||||
|
Loading…
Reference in New Issue
Block a user