1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 06:15:10 +03:00

Compilation issue on companion9x

This commit is contained in:
bsongis 2012-04-20 18:22:34 +00:00
parent 640e5d1ed2
commit d3f6d6ea4d

View file

@ -514,6 +514,9 @@ extern void setTrimValue(uint8_t phase, uint8_t idx, int16_t trim);
#if defined(PCBV4)
extern uint8_t s_perOut_flight_phase;
#endif
#if define(ROTARY_ENCODERS)
int16_t getRotaryEncoder(uint8_t idx);
void incRotaryEncoder(uint8_t idx, int8_t inc);
inline bool navigationRotaryEncoder(uint8_t event)