mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
X7D renamed to X7
This commit is contained in:
parent
7b5dfd7de5
commit
82d6b96f8b
60 changed files with 162 additions and 162 deletions
|
@ -442,7 +442,7 @@ void evalInputs(uint8_t mode)
|
|||
if (v < -RESX) v = -RESX;
|
||||
if (v > RESX) v = RESX;
|
||||
|
||||
#if defined(PCBTARANIS) && !defined(PCBX7D)
|
||||
#if defined(PCBTARANIS) && !defined(PCBX7)
|
||||
// TODO why not in the driver?
|
||||
if (i==POT1 || i==SLIDER1) {
|
||||
v = -v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue