veto header size in server using sizeof

This commit is contained in:
2020-05-25 14:23:10 +02:00
parent 6bdc506a34
commit 30391a2faf
2 changed files with 2 additions and 3 deletions

View File

@ -57,7 +57,6 @@
#define READOUT_PLL_VCO_FREQ_HZ (866666688) // 866 MHz
#define SYSTEM_PLL_VCO_FREQ_HZ (722222224) // 722 MHz
#define VETO_DATA_SIZE (160)
#define VETO_HEADER_SIZE (24)
typedef struct {
uint64_t frameNumber;
uint64_t bunchId;