mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
hwdef: cap number of Compass, Baro and INS instances
saves flash as we don't have to have the parameter structures
This commit is contained in:
parent
7f584ad2c8
commit
09c040891e
@ -109,3 +109,5 @@ define AP_MOTORS_FRAME_QUAD_ENABLED 1
|
||||
|
||||
# SkyViper isn't going to sprout new compasses:
|
||||
define COMPASS_MAX_SENSORS 1
|
||||
define BARO_MAX_INSTANCES 1
|
||||
define INS_MAX_INSTANCES 1
|
||||
|
Loading…
Reference in New Issue
Block a user