summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_common.h
diff options
context:
space:
mode:
authorLassi Marttala <lassi.lm.marttala@partner.bmw.de>2012-06-05 13:11:23 +0200
committerChristian Muck <christian.muck@bmw.de>2012-06-13 23:53:21 +0200
commit8fc9c8b59cfde03330fab649a5a084b8c95c08ed (patch)
tree419f3ab604dd5cfaed2f8576528a25b2be48fedb /include/dlt/dlt_common.h
parent5c26365f65f8859c131aa5d9fe949b3e640e5038 (diff)
downloadDLT-daemon-8fc9c8b59cfde03330fab649a5a084b8c95c08ed.tar.gz
[GDLT-94]: Send periodic software version messages.
Signed-off-by: Christian Muck <christian.muck@bmw.de>
Diffstat (limited to 'include/dlt/dlt_common.h')
-rwxr-xr-xinclude/dlt/dlt_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h
index 690c2bd..5af6332 100755
--- a/include/dlt/dlt_common.h
+++ b/include/dlt/dlt_common.h
@@ -481,7 +481,7 @@ typedef struct
uint32_t service_id; /**< service ID */
uint8_t status; /**< reponse status */
uint32_t length; /**< length of following payload */
- /* char [] payload */
+ /*char [] payload;*/
} PACKED DltServiceGetSoftwareVersionResponse;
/**