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

Commit ed6138f7 authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Fix vehicle HAL breakage.

Test: builds again
Change-Id: I03b4f35ca47fef7f1cc7d79d3bbbac20c1bd8541
parent 3590cc10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ void DefaultVehicleHal::onCreate() {
        propConfigs.begin(),
        propConfigs.end(),
        [] (VehiclePropConfig config) -> bool {
            return (config.prop == VehicleProperty::OBD2_LIVE_FRAME);
            return (config.prop == toInt(VehicleProperty::OBD2_LIVE_FRAME));
        });
    mObd2SensorStore.reset(new Obd2SensorStore(
        obd2LiveFramePropConfig->configArray[0],