mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Use gyrX/Y instead of 1/2
This commit is contained in:
parent
32937cb039
commit
fbe9830a04
15 changed files with 40 additions and 4 deletions
|
@ -576,8 +576,8 @@ enum MixSources {
|
|||
#endif
|
||||
|
||||
#if defined(GYRO)
|
||||
MIXSRC_GYRO1, LUA_EXPORT("gyr1", "Gyro X")
|
||||
MIXSRC_GYRO2, LUA_EXPORT("gyr2", "Gyro Y")
|
||||
MIXSRC_GYRO1, LUA_EXPORT("gyrx", "Gyro X")
|
||||
MIXSRC_GYRO2, LUA_EXPORT("gyry", "Gyro Y")
|
||||
#endif
|
||||
|
||||
#if defined(PCBSKY9X)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue