mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
VIRTUAL_INPUTS #define removed
This commit is contained in:
parent
a8707baf57
commit
d2697345e1
12 changed files with 27 additions and 327 deletions
|
@ -520,10 +520,8 @@ enum SwitchSources {
|
|||
enum MixSources {
|
||||
MIXSRC_NONE,
|
||||
|
||||
#if defined(VIRTUAL_INPUTS)
|
||||
MIXSRC_FIRST_INPUT, LUA_EXPORT_MULTIPLE("input", "Input [I%d]", MAX_INPUTS)
|
||||
MIXSRC_LAST_INPUT = MIXSRC_FIRST_INPUT+MAX_INPUTS-1,
|
||||
#endif
|
||||
|
||||
#if defined(LUA_INPUTS)
|
||||
MIXSRC_FIRST_LUA,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue