AP_Compass: removed AVR1280 specific ifdef

This commit is contained in:
Andrew Tridgell 2015-08-11 16:47:41 +10:00
parent b5c5297d68
commit 69a86a78a6
1 changed files with 0 additions and 2 deletions

View File

@ -57,14 +57,12 @@ const AP_Param::GroupInfo Compass::var_info[] PROGMEM = {
// @User: Advanced
AP_GROUPINFO("USE", 4, Compass, _state[0].use_for_yaw, 1), // true if used for DCM yaw
#if !defined( __AVR_ATmega1280__ )
// @Param: AUTODEC
// @DisplayName: Auto Declination
// @Description: Enable or disable the automatic calculation of the declination based on gps location
// @Values: 0:Disabled,1:Enabled
// @User: Advanced
AP_GROUPINFO("AUTODEC",5, Compass, _auto_declination, 1),
#endif
// @Param: MOTCT
// @DisplayName: Motor interference compensation type