mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 02:42:35 +00:00
Rename HZ to HERTZ to avoid macro name collision
Test: build verified Change-Id: I51388b1a6119775bbf54cc1c94c68921b6634d40 Fix: b/33103745
This commit is contained in:
@@ -2073,7 +2073,7 @@ enum VehicleUnit : int32_t {
|
||||
|
||||
METER_PER_SEC = 0x01,
|
||||
RPM = 0x02,
|
||||
HZ = 0x03,
|
||||
HERTZ = 0x03,
|
||||
PERCENTILE = 0x10,
|
||||
MILLIMETER = 0x20,
|
||||
METER = 0x21,
|
||||
|
||||
Reference in New Issue
Block a user