mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
fix: revert non-necessary changes
This commit is contained in:
parent
0b530615af
commit
d1c6e7f111
@ -8,4 +8,4 @@ actuator_output:
|
||||
min: { min: 800, max: 1400, default: 1000 }
|
||||
max: { min: 1600, max: 2200, default: 2000 }
|
||||
failsafe: { min: 800, max: 2200 }
|
||||
num_channels: 16
|
||||
num_channels: 8
|
||||
|
||||
@ -358,6 +358,7 @@ bool MixingOutput::updateSubscriptions(bool allow_wq_switch)
|
||||
unlock();
|
||||
|
||||
_interface.mixerChanged();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
#define PARAM_PREFIX "HIL_ACT"
|
||||
#endif
|
||||
|
||||
static constexpr int MAX_NUM_OUTPUTS = 16;
|
||||
static constexpr int MAX_NUM_OUTPUTS = 8;
|
||||
static constexpr int DISARMED_VALUE = 900;
|
||||
static constexpr int FAILSAFE_VALUE = 800;
|
||||
static constexpr int MIN_VALUE = 1000;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user