Skip to content

Commit

Permalink
fix: fixed stlink sometimes defaulting to HSS mode
Browse files Browse the repository at this point in the history
  • Loading branch information
klonyyy committed May 8, 2024
1 parent d376e5d commit db7bd70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Gui/Gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ void Gui::drawDebugProbes()
ImGui::SameLine();
ImGui::HelpMarker("Select normal or high speed sampling (HSS) mode");
}
else
probeSettings.mode = IDebugProbe::Mode::NORMAL;

ImGui::EndDisabled();

Expand Down

0 comments on commit db7bd70

Please sign in to comment.