Rename HZ to HERTZ to avoid macro name collision

Test: build verified

Change-Id: I51388b1a6119775bbf54cc1c94c68921b6634d40
Fix: b/33103745
This commit is contained in:
Pavel Maltsev
2016-11-29 11:42:38 -08:00
parent f81ef54bdc
commit e8a60e3efa

View File

@@ -2073,7 +2073,7 @@ enum VehicleUnit : int32_t {
METER_PER_SEC = 0x01,
RPM = 0x02,
HZ = 0x03,
HERTZ = 0x03,
PERCENTILE = 0x10,
MILLIMETER = 0x20,
METER = 0x21,