From 00ab09fac9701443fdff616fdcc274809a03d4d7 Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Thu, 22 Oct 2020 09:06:18 +0900 Subject: vs-positioning branch 0.1 --- positioning/server/include/Sensor/VehicleSens_Common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'positioning/server/include/Sensor/VehicleSens_Common.h') diff --git a/positioning/server/include/Sensor/VehicleSens_Common.h b/positioning/server/include/Sensor/VehicleSens_Common.h index d3f0b457..7b472684 100644 --- a/positioning/server/include/Sensor/VehicleSens_Common.h +++ b/positioning/server/include/Sensor/VehicleSens_Common.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. @@ -25,7 +25,7 @@ #include "Vehicle_API_Dummy.h" #include "Vehicle_API_private.h" -//#include "positioning_hal.h" +#include "positioning_hal.h" /************************************************************************ * Macro definitions * @@ -126,6 +126,6 @@ u_int16 VehicleSensGetDataMasterOffset(DID); #if CONFIG_SENSOR_EXT_VALID /* Initial Sensor Support */ u_int16 VehicleSensGetDataMasterExtOffset(DID); #endif -//void VehicleSensSetGpsVersion(const SENSOR_MSG_GPSDATA_DAT *pstData); +void VehicleSensSetGpsVersion(const SENSOR_MSG_GPSDATA_DAT *pstData); void VehicleSensGetDebugPosDate(void* pBuf, u_int8 uc_get_method); #endif // POSITIONING_SERVER_INCLUDE_SENSOR_VEHICLESENS_COMMON_H_ -- cgit 1.2.3-korg