Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 754 → Rev 780

/branches/V0.68d Code Redesign killagreg/timer0.c
141,7 → 141,7
}
 
// update compass value if this option is enabled in the settings
if(ParamSet.GlobalConfig & CFG_COMPASS_ACTIVE)
if((ParamSet.GlobalConfig & CFG_COMPASS_ACTIVE) || (ParamSet.GlobalConfig & CFG_GPS_ACTIVE))
{
#ifdef USE_MM3
MM3_Update(); // read out mm3 board