Skip to content

Commit

Permalink
should work
Browse files Browse the repository at this point in the history
  • Loading branch information
cbetanco committed Aug 3, 2018
1 parent 7da5e21 commit 7deb4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastComm.C
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ void FastComm::read_daq(uint8_t length, uint32_t (&packet)[5120])

string FastComm::read_daq(uint8_t length)
{
uint64_t data;
uint32_t data;
stringstream data_stream;
// clock_t begin, end;// = clock();
for(uint i = 0; i < length; i++)
Expand Down

0 comments on commit 7deb4c5

Please sign in to comment.