From d3f6d6ea4d0dfedbfe10dfa438e8c33a432ce42c Mon Sep 17 00:00:00 2001 From: bsongis Date: Fri, 20 Apr 2012 18:22:34 +0000 Subject: [PATCH] Compilation issue on companion9x --- src/open9x.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/open9x.h b/src/open9x.h index ff5bf0f7b..4056de6d9 100644 --- a/src/open9x.h +++ b/src/open9x.h @@ -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)