Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fc25be7 authored by Pavel Maltsev's avatar Pavel Maltsev
Browse files

Fix config map in default Vehicle HAL impl

Test: tested through VTS
Change-Id: Ibcf607d0ad5cc39291b0d8a159ca3ad849bea8ce
parent fb661793
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];
        }
    }