1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

[all] Compilation was broken except for Taranis :(

This commit is contained in:
Bertrand Songis 2014-01-02 12:38:18 +01:00
parent 1c8b865d89
commit 33eeb4cc64

View file

@ -390,6 +390,7 @@ enum EnumKeys {
#define IS_3POS(sw) ((sw) == 0)
#define IS_MOMENTARY(sw) (sw == SWSRC_TRN)
#define NUM_POTS 3
#define NUM_POTSSW 0
#define NUM_SW_SRCRAW 1
#define SW_DSM2_BIND SW_TRN
#endif