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

Commit e8a60e3e authored by Pavel Maltsev's avatar Pavel Maltsev
Browse files

Rename HZ to HERTZ to avoid macro name collision

Test: build verified

Change-Id: I51388b1a6119775bbf54cc1c94c68921b6634d40
Fix: b/33103745
parent f81ef54b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2073,7 +2073,7 @@ enum VehicleUnit : int32_t {

    METER_PER_SEC  = 0x01,
    RPM            = 0x02,
    HZ             = 0x03,
    HERTZ          = 0x03,
    PERCENTILE     = 0x10,
    MILLIMETER     = 0x20,
    METER          = 0x21,