Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2051 → Rev 2052

/branches/dongfang_FC_rewrite/controlMixer.c
157,8 → 157,10
// Add external control to RC
EC_periodicTaskAndPRTY(tempPRTY);
 
#ifdef USE_DIRECT_GPS
// Add navigations control to RC and external control.
navigation_periodicTaskAndPRTY(tempPRTY);
#endif
 
// Add compass control (could also have been before navi, they are independent)
CC_periodicTaskAndPRTY(tempPRTY);