fix dshot: remove setAllFailsafeValues

Fixes a regression from c1e5e666f0,
where with static mixers the dshot outputs would go to max instead of 0
in a failsafe case.
This commit is contained in:
Beat Küng
2022-04-28 18:13:50 +02:00
committed by Daniel Agar
parent 41191765ad
commit f033e164fe
-1
View File
@@ -47,7 +47,6 @@ DShot::DShot() :
_mixing_output.setAllDisarmedValues(DSHOT_DISARM_VALUE);
_mixing_output.setAllMinValues(DSHOT_MIN_THROTTLE);
_mixing_output.setAllMaxValues(DSHOT_MAX_THROTTLE);
_mixing_output.setAllFailsafeValues(UINT16_MAX);
}
DShot::~DShot()