Skip to content

Commit

Permalink
AP_ExternalAHRS: Fix typos in configuration for microstrain7
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Dec 17, 2023
1 parent 1e644d5 commit 5efd1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/AP_ExternalAHRS/AP_ExternalAHRS_MicroStrain7.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$ sim_vehicle.py -v Plane -A "--serial3=uart:/dev/3dm-gq7" --console --map -DG
$ ./Tools/autotest/sim_vehicle.py -v Plane -A "--serial3=uart:/dev/3dm-gq7" -DG
param set AHRS_EKF_TYPE 11
param set EAHRS_TYPE 4
param set EAHRS_TYPE 7
param set GPS_TYPE 21
param set SERIAL3_BAUD 115
param set SERIAL3_PROTOCOL 36
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_ExternalAHRS/MicroStrain_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
support for MicroStrain CX5/GX5-45 serially connected AHRS Systems
support for MicroStrain MIP parsing
*/

#define ALLOW_DOUBLE_MATH_FUNCTIONS
Expand Down

0 comments on commit 5efd1e8

Please sign in to comment.