[dev_arch_opt_3.0]修正编译错误

This commit is contained in:
renwj
2023-01-30 10:27:18 +08:00
parent 7ae3e13fab
commit d3cd1bf0f9

View File

@@ -454,21 +454,6 @@ enum class EventTypeEnumNew(
),
//------------车内标牌 obu end -------------->
TYPE_SOCKET_ROAD_CONGESTION(
"100071",
"交通拥堵",
poiTypeSrcVr = R.drawable.v2x_icon_yongdu_vr,
content = "前方%s米交通拥堵",
tts = "前方%s米交通拥堵"
),
TYPE_SOCKET_ROAD_JINGZHI(
"100251",
"前方%s米静止障碍物占道",
poiTypeSrcVr = R.drawable.v2x_icon_jingzhi_zhangai,
content = "前方%s米静止障碍物占道",
tts = "前方%s米静止障碍物占道"
),
//------------车内标牌 end -------------->