Subversion Repositories FlightCtrl

Rev

Rev 712 | Rev 741 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 712 Rev 726
Line 136... Line 136...
136
        }
136
        }
Line 137... Line 137...
137
 
137
 
138
        // update compass value if this option is enabled in the settings
138
        // update compass value if this option is enabled in the settings
139
        if(ParamSet.GlobalConfig & CFG_COMPASS_ACTIVE)
139
        if(ParamSet.GlobalConfig & CFG_COMPASS_ACTIVE)
140
        {
140
        {
141
                MM3_timer0(); // read out mm3 board
141
                MM3_Update(); // read out mm3 board
142
        }
142
        }