1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

[Horus] Pots and sliders now correct in the main view

This commit is contained in:
Bertrand Songis 2016-01-24 20:54:02 +01:00
parent e1463b99e6
commit c0c7968fc4
4 changed files with 94 additions and 56 deletions

View file

@ -649,6 +649,7 @@ int zchar2str(char *dest, const char *src, int size);
#if defined(PCBTARANIS) || defined(PCBFLAMENCO) || defined(PCBHORUS)
div_t switchInfo(int switchPosition);
extern uint8_t potsPos[NUM_XPOTS];
#endif
bool switchState(EnumKeys enuk);