mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
voted sensors set enabled by default
This commit is contained in:
parent
fabab8ac4d
commit
aa789f5e8a
@ -159,6 +159,7 @@ private:
|
||||
last_failover_count(0)
|
||||
{
|
||||
for (unsigned i = 0; i < SENSOR_COUNT_MAX; i++) {
|
||||
enabled[i] = true;
|
||||
subscription[i] = -1;
|
||||
priority[i] = 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user