Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lashVN committed Jun 27, 2024
1 parent 90dc32a commit 47b6498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_ExternalAHRS/AP_ExternalAHRS_VectorNav.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class AP_ExternalAHRS_VectorNav : public AP_ExternalAHRS_backend {

enum class TYPE {
VN_INS, // Full INS mode, requiring GNSS. Used by VN-2X0 and VN-3X0
VN_IMU, // IMU-only mode, used by VN-1X0
VN_AHRS, // IMU-only mode, used by VN-1X0
} type;

bool has_dual_gnss = false;
Expand Down

0 comments on commit 47b6498

Please sign in to comment.