Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit 5c2f772

Browse files
committed
Test print
1 parent c5737c2 commit 5c2f772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

march_hardware/src/IMotionCube.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ uint32_t IMotionCube::computeSWCheckSum(int& start_address, int& end_address)
380380
uint16_t sum = 0;
381381
std::string delimiter = "\n";
382382
std::string token;
383+
std::cout << sw_string_.size() << "\n";
383384
while ((pos = sw_string_.find(delimiter, old_pos)) != std::string::npos)
384385
{
385386
token = sw_string_.substr(old_pos, pos - old_pos);

0 commit comments

Comments
 (0)