mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 08:45:24 +03:00
[HORUS] Curves on outputs were not taken into account
This commit is contained in:
parent
76300ae92d
commit
7d1732b314
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ int16_t applyLimits(uint8_t channel, int32_t value)
|
||||||
{
|
{
|
||||||
LimitData * lim = limitAddress(channel);
|
LimitData * lim = limitAddress(channel);
|
||||||
|
|
||||||
#if defined(PCBTARANIS) && defined(CURVES)
|
#if defined(CPUARM) && defined(CURVES)
|
||||||
if (lim->curve) {
|
if (lim->curve) {
|
||||||
// TODO we loose precision here, applyCustomCurve could work with int32_t on ARM boards...
|
// TODO we loose precision here, applyCustomCurve could work with int32_t on ARM boards...
|
||||||
if (lim->curve > 0)
|
if (lim->curve > 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue