Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2087 → Rev 2088

/branches/dongfang_FC_rewrite/commands.c
93,7 → 93,7
beepNumber(getActiveParamSet());
}
#ifdef USE_MK3MAG
else if (staticParams.bitConfig & (CFG_COMPASS_ENABLED | CFG_GPS_ENABLED) && argument == 7) {
else if ((staticParams.bitConfig & CFG_COMPASS_ENABLED) && argument == 7) {
// If right stick is centered and down
compassCalState = 1;
beep(1000);