From 7deb4c5232cf9e948befa615fefc64daea9c92eb Mon Sep 17 00:00:00 2001 From: cbetanco Date: Fri, 3 Aug 2018 15:50:21 +0200 Subject: [PATCH] should work --- fastComm.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastComm.C b/fastComm.C index 31c0c96..2b1748d 100644 --- a/fastComm.C +++ b/fastComm.C @@ -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++)