summaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
authorFelix Herrmann <fherrmann@de.adit-jv.com>2019-09-26 13:01:08 +0200
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2020-07-06 10:04:07 +0900
commit03b5c7bbc6d6793f8036a127a822ecf68634dfb9 (patch)
tree4e75e85d9801248e4705fed107dd8cf3b384a36c /src/console
parenta5a38264bd251ad9b3b197dbb1d766d6fb05f48c (diff)
downloadDLT-daemon-03b5c7bbc6d6793f8036a127a822ecf68634dfb9.tar.gz
rename definition PACKED to DLT_PACKED
Signed-off-by: Felix Herrmann <external.Felix.Herrmann3@de.bosch.com> Signed-off-by: KHANH LUONG HONG DUY <khanh.luonghongduy@vn.bosch.com>
Diffstat (limited to 'src/console')
-rw-r--r--src/console/dlt-control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/dlt-control.c b/src/console/dlt-control.c
index b0ecbf1..d1edba9 100644
--- a/src/console/dlt-control.c
+++ b/src/console/dlt-control.c
@@ -78,7 +78,7 @@ typedef struct
{
uint32_t service_id; /**< service ID */
uint8_t status; /**< response status */
-} PACKED DltServiceHeader;
+} DLT_PACKED DltServiceHeader;
DltClient g_dltclient;