Rev 2075 | Rev 2089 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2075 | Rev 2088 | ||
---|---|---|---|
Line 152... | Line 152... | ||
152 | 152 | ||
153 | // Add external control to RC |
153 | // Add external control to RC |
Line 154... | Line 154... | ||
154 | EC_periodicTaskAndPRTY(tempPRTY); |
154 | EC_periodicTaskAndPRTY(tempPRTY); |
155 | 155 | ||
156 | #ifdef USE_DIRECT_GPS |
156 | #ifdef USE_DIRECT_GPS |
157 | if (staticParams.bitConfig & (CFG_COMPASS_ENABLED)) |
157 | if (staticParams.bitConfig & (CFG_NAVI_ENABLED)) |
Line 158... | Line 158... | ||
158 | navigation_periodicTaskAndPRTY(tempPRTY); |
158 | navigation_periodicTaskAndPRTY(tempPRTY); |
159 | #endif |
159 | #endif |