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:
parent
640e5d1ed2
commit
d3f6d6ea4d
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue