Skip to content

Commit

Permalink
fix: default 10Mhz SWD speed
Browse files Browse the repository at this point in the history
  • Loading branch information
klonyyy committed Jun 2, 2024
1 parent fd11aaa commit 2e91278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TargetMemoryHandler/IDebugProbe.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class IDebugProbe
std::string serialNumber = "";
std::string device = "";
Mode mode = Mode::NORMAL;
uint32_t speedkHz = 100;
uint32_t speedkHz = 10000;

} DebugProbeSettings;

Expand Down

0 comments on commit 2e91278

Please sign in to comment.