summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kutsan (GitHub) <akutsan@luxoft.com>2017-07-28 13:48:42 +0300
committerGitHub <noreply@github.com>2017-07-28 13:48:42 +0300
commit2afbbd46db045a40952c1d2639de16ec948190b3 (patch)
tree2209fceb76aec0870699c085098c9adde13c486e
parente1f2fdd1ed4dec27b62095f619d66514b23f329c (diff)
parenta0e5b2e6a4ad3ebf65c41a318eccf10406a5ce2f (diff)
downloadsdl_core-RC_CW30.tar.gz
Merge pull request #181 from AByzhynar/fix/Make_radioEnable_param_settableRC_CW30
Make radioEnable parameter settable
-rw-r--r--src/components/remote_control/src/commands/set_interior_vehicle_data_request.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/remote_control/src/commands/set_interior_vehicle_data_request.cc b/src/components/remote_control/src/commands/set_interior_vehicle_data_request.cc
index 1a91eefba0..1874c40288 100644
--- a/src/components/remote_control/src/commands/set_interior_vehicle_data_request.cc
+++ b/src/components/remote_control/src/commands/set_interior_vehicle_data_request.cc
@@ -57,7 +57,6 @@ std::vector<std::string> GetModuleReadOnlyParams(
module_ro_params.push_back(kSignalStrength);
module_ro_params.push_back(kSignalChangeThreshold);
module_ro_params.push_back(kState);
- module_ro_params.push_back(kRadioEnable);
}
return module_ro_params;
}