From fca93d9445c9714b5e266996e43dba349ae43e3a Mon Sep 17 00:00:00 2001 From: Vo Trung Chi Date: Thu, 25 Jul 2019 10:40:14 +0700 Subject: console: Add get sw version control msg dlt-control command is extended to send get software version control message. e.g: dlt-control -k localhost Signed-off-by: Vo Trung Chi --- include/dlt/dlt_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h index 2eec4d2..1215041 100644 --- a/include/dlt/dlt_common.h +++ b/include/dlt/dlt_common.h @@ -640,7 +640,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; /**< payload */ } PACKED DltServiceGetSoftwareVersionResponse; /** -- cgit v1.2.1