Skip to content

Commit 6be7e14

Browse files
committed
Modified the Isuzu numbering in the configuration files to group Isuzu's together.
1 parent 0336591 commit 6be7e14

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

python/fusion_engine_client/messages/configuration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ class VehicleModel(IntEnum):
126126
FLEXRAY_DEVICE_AUDI_ETRON = 260
127127

128128
ISUZU_F_SERIES = 280
129-
130-
ISUZU_N_SERIES = 300
129+
ISUZU_N_SERIES = 281
131130

132131

133132
class WheelSensorType(IntEnum):

src/point_one/fusion_engine/messages/configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ enum class VehicleModel : uint16_t {
725725
FLEXRAY_DEVICE_AUDI_ETRON = 260,
726726

727727
ISUZU_F_SERIES = 280,
728-
ISUZU_N_SERIES = 300,
728+
ISUZU_N_SERIES = 281,
729729
};
730730

731731
/**

0 commit comments

Comments
 (0)