From 306557b9d8ba6c77eca4270cd083f19b95e973c0 Mon Sep 17 00:00:00 2001 From: asanoaozora Date: Fri, 5 May 2017 08:48:45 +0200 Subject: GT-3492 GT-3492 LOCATION_INPUT in routing.fidl has wrong value. it should be 177 --- api/franca/navigation/navigationcore/Routing.fidl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/franca/navigation/navigationcore/Routing.fidl b/api/franca/navigation/navigationcore/Routing.fidl index 6b69dff..d9ccbe0 100644 --- a/api/franca/navigation/navigationcore/Routing.fidl +++ b/api/franca/navigation/navigationcore/Routing.fidl @@ -135,7 +135,7 @@ interface Routing { LATITUDE = 160 LONGITUDE = 161 ALTITUDE = 162 - LOCATION_INPUT = 17 + LOCATION_INPUT = 177 WAYPOINT_TYPE = 289 } @@ -833,4 +833,4 @@ interface Routing { Handle[] routeHandlesList } } -} \ No newline at end of file +} -- cgit v1.2.1