summaryrefslogtreecommitdiffstats
path: root/positioning/client/include/CanInput_API_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'positioning/client/include/CanInput_API_private.h')
-rw-r--r--positioning/client/include/CanInput_API_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/positioning/client/include/CanInput_API_private.h b/positioning/client/include/CanInput_API_private.h
index cae7e031..d7c8e8e5 100644
--- a/positioning/client/include/CanInput_API_private.h
+++ b/positioning/client/include/CanInput_API_private.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -49,7 +49,7 @@
*****************************************************************************/
typedef struct {
T_APIMSG_MSGBUF_HEADER hdr; /* Message header */
- u_int8 data[CANINPUT_MSGBUF_DSIZE]; /* Message data (Localtime) */
+ uint8_t data[CANINPUT_MSGBUF_DSIZE]; /* Message data (Localtime) */
} CANINPUT_MSG_INFO;
/************************************************************************