Skip to content

Commit

Permalink
Use spacecraft enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung-Lim committed Jun 25, 2024
1 parent 7dc2a22 commit 1d3c2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoPilotPlugins/PX4/PX4TuningComponent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ QUrl PX4TuningComponent::setupSource(void) const
case MAV_TYPE_VTOL_RESERVED5:
qmlFile = "qrc:/qml/PX4TuningComponentVTOL.qml";
break;
case 99:
case MAV_TYPE_SPACECRAFT:
// Spacecraft Type
qmlFile = "qrc:/qml/PX4TuningComponentSpacecraft.qml";
default:
Expand Down

0 comments on commit 1d3c2e2

Please sign in to comment.