diff options
-rw-r--r-- | automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultVehicleHal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultVehicleHal.h b/automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultVehicleHal.h index 2efe05c643..bbbe9551e1 100644 --- a/automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultVehicleHal.h +++ b/automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultVehicleHal.h @@ -47,7 +47,7 @@ public: DefaultVehicleHal() : mRecurrentTimer( std::bind(&DefaultVehicleHal::onContinuousPropertyTimer, this, std::placeholders::_1)) { for (size_t i = 0; i < arraysize(kVehicleProperties); i++) { - mPropConfigMap[kVehicleProperties->prop] = &kVehicleProperties[i]; + mPropConfigMap[kVehicleProperties[i].prop] = &kVehicleProperties[i]; } } |