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

Commit 23394308 authored by Yuncheol Heo's avatar Yuncheol Heo Committed by Android (Google) Code Review
Browse files

Merge "Remove the suffix LEGACY from CLUSTER_NAVIGATION_STATE_LEGACY." into sc-dev

parents fc090d9e e60e17f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1222,7 +1222,7 @@ const ConfigDeclaration kVehicleProperties[]{
        {
                .config =
                        {
                                .prop = toInt(VehicleProperty::CLUSTER_NAVIGATION_STATE_LEGACY),
                                .prop = toInt(VehicleProperty::CLUSTER_NAVIGATION_STATE),
                                .access = VehiclePropertyAccess::WRITE,
                                .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                        },
+1 −1
Original line number Diff line number Diff line
@@ -3201,7 +3201,7 @@ enum VehicleProperty : int32_t {
     * @change_mode VehiclePropertyChangeMode:ON_CHANGE
     * @access VehiclePropertyAccess:WRITE
     */
     CLUSTER_NAVIGATION_STATE_LEGACY = (
     CLUSTER_NAVIGATION_STATE = (
         0x0F38
         | VehiclePropertyGroup:SYSTEM
         | VehiclePropertyType:BYTES