mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 06:36:45 +08:00
uORB: increase ORB_MULTI_MAX_INSTANCES 4 -> 10
- put more realistic bounds on maximum number of battery instances, gps, etc
This commit is contained in:
@@ -40,3 +40,6 @@ uint8 BATTERY_WARNING_EMERGENCY = 3 # immediate landing required
|
||||
uint8 BATTERY_WARNING_FAILED = 4 # the battery has failed completely
|
||||
|
||||
uint8 warning # current battery warning
|
||||
|
||||
|
||||
uint8 MAX_INSTANCES = 4
|
||||
|
||||
Reference in New Issue
Block a user