Skip to content

Commit

Permalink
Fixed stucked cltool -reset
Browse files Browse the repository at this point in the history
  • Loading branch information
honzov committed May 16, 2024
1 parent d4626a1 commit 685bfae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cltool_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ static bool cltool_setupCommunications(InertialSense& inertialSenseInterface)
{ // Issue software reset
cout << "Sending software reset." << endl;
inertialSenseInterface.SendRaw((uint8_t*)NMEA_CMD_SOFTWARE_RESET, NMEA_CMD_SIZE);
return false;
}
if (g_commandLineOptions.softwareResetEvb)
{ // Issue software reset to EVB
Expand Down

0 comments on commit 685bfae

Please # to comment.