Skip to content

Commit

Permalink
Update listenForData.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreisch authored Dec 21, 2020
1 parent 39d3413 commit b423203
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/listenForData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ int main()
cout << "Initialization failed!" << endl;
return 0;
}

acc.emptyUsbLine();
acc.dumpData();
timestamp = getTime();
eventCounter = 0;
failCounter = 0;
Expand Down

0 comments on commit b423203

Please sign in to comment.