mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 09:15:38 +03:00
Fix indexing in outputs (listed bug was also affected copy sticks/trims to subtrims) (#3871)
Fix #3870
This commit is contained in:
parent
29e618146c
commit
b8985b9d19
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ enum LimitsItems {
|
|||
|
||||
void onLimitsMenu(const char *result)
|
||||
{
|
||||
uint8_t ch = menuVerticalPosition - 1;
|
||||
uint8_t ch = menuVerticalPosition;
|
||||
|
||||
if (result == STR_RESET) {
|
||||
LimitData *ld = limitAddress(ch);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue