Skip to content

Commit

Permalink
AP_Compass : increase max possible offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lopez Alvarez authored and tridge committed Jul 19, 2017
1 parent 5ca824a commit 51aafa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Compass/AP_Compass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extern AP_HAL::HAL& hal;
#endif

#ifndef AP_COMPASS_OFFSETS_MAX_DEFAULT
#define AP_COMPASS_OFFSETS_MAX_DEFAULT 600
#define AP_COMPASS_OFFSETS_MAX_DEFAULT 850
#endif

const AP_Param::GroupInfo Compass::var_info[] = {
Expand Down

0 comments on commit 51aafa8

Please sign in to comment.