summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFelix Herrmann <fherrmann@de.adit-jv.com>2019-09-27 10:11:02 +0200
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2020-07-06 10:04:07 +0900
commitd8cf56784f5791040671206fac9f23de6eff6080 (patch)
tree82632e5a63de3a05e11fef1f99689bd9fc3ac7bd /include
parent03b5c7bbc6d6793f8036a127a822ecf68634dfb9 (diff)
downloadDLT-daemon-d8cf56784f5791040671206fac9f23de6eff6080.tar.gz
Remove DLT_PACKED redefinition guard in dlt_common.h
Signed-off-by: Felix Herrmann <fherrmann@de.adit-jv.com>
Diffstat (limited to 'include')
-rw-r--r--include/dlt/dlt_common.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h
index 82b2352..e5e4a22 100644
--- a/include/dlt/dlt_common.h
+++ b/include/dlt/dlt_common.h
@@ -93,9 +93,7 @@
# include "dlt_types.h"
# include "dlt_protocol.h"
-# if !defined (DLT_PACKED)
-# define DLT_PACKED __attribute__((aligned(1), packed))
-# endif
+# define DLT_PACKED __attribute__((aligned(1), packed))
# if defined (__MSDOS__) || defined (_MSC_VER)
/* set instead /Zp8 flag in Visual C++ configuration */