summaryrefslogtreecommitdiffstats
path: root/positioning/client/include/Vehicle_API.h
diff options
context:
space:
mode:
Diffstat (limited to 'positioning/client/include/Vehicle_API.h')
-rw-r--r--positioning/client/include/Vehicle_API.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/positioning/client/include/Vehicle_API.h b/positioning/client/include/Vehicle_API.h
index cd50827e..78450c54 100644
--- a/positioning/client/include/Vehicle_API.h
+++ b/positioning/client/include/Vehicle_API.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.
@@ -94,7 +94,7 @@ typedef struct {
************************************************************************/
typedef struct {
T_APIMSG_MSGBUF_HEADER hdr; /* Message header */
-// VEHICLE_MSG_SEND_DAT data; /* Message data */
+ VEHICLE_MSG_SEND_DAT data; /* Message data */
} VEHICLE_MSG_SEND;
/* -- GPS _CWORD82_ support */