From 8c091eece2b3f143f47756228b513f3540528620 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Fri, 27 Nov 2020 17:06:07 +0100 Subject: [PATCH] WIP --- slsDetectorSoftware/include/sls/Pattern.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/slsDetectorSoftware/include/sls/Pattern.h b/slsDetectorSoftware/include/sls/Pattern.h index bea7e82bd..7f435ba54 100644 --- a/slsDetectorSoftware/include/sls/Pattern.h +++ b/slsDetectorSoftware/include/sls/Pattern.h @@ -7,8 +7,7 @@ namespace sls { #endif // Common C/C++ structure to handle pattern data -// typedef struct __attribute__((packed)) { -typedef struct { +typedef struct __attribute__((packed)) { uint64_t word[MAX_PATTERN_LENGTH]; uint64_t ioctrl; uint32_t limits[2];