From 018e5821b627e25734d1672afda32abbd1748368 Mon Sep 17 00:00:00 2001 From: Lassi Marttala Date: Thu, 26 Jan 2012 13:27:22 +0100 Subject: Changed to uint32_t to match the specification. --- include/dlt/dlt_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dlt/dlt_common.h') diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h index 468b17b..41a9820 100755 --- a/include/dlt/dlt_common.h +++ b/include/dlt/dlt_common.h @@ -336,7 +336,7 @@ typedef char ID4[DLT_ID_SIZE]; typedef struct { char pattern[DLT_ID_SIZE]; /**< This pattern should be DLT0x01 */ - int32_t seconds; /**< seconds since 1.1.1970 */ + uint32_t seconds; /**< seconds since 1.1.1970 */ int32_t microseconds; /**< Microseconds */ char ecu[DLT_ID_SIZE]; /**< The ECU id is added, if it is not already in the DLT message itself */ } PACKED DltStorageHeader; -- cgit v1.2.1