From 54c25aab2b50798189e3e078cfdfe9d13cc7fdb6 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 19 Jan 2022 10:55:41 -0800 Subject: [PATCH] fix suffix old-commit-hash: 7a0e9d5b4ec8fd910d3309e80b0d7bb8e634f0ad --- selfdrive/car/toyota/values.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/toyota/values.py b/selfdrive/car/toyota/values.py index 28f4b93ac..48f1ad28e 100644 --- a/selfdrive/car/toyota/values.py +++ b/selfdrive/car/toyota/values.py @@ -1653,7 +1653,7 @@ DBC = { CAR.HIGHLANDER_TSS2: dbc_dict('toyota_nodsu_pt_generated', 'toyota_tss2_adas'), CAR.HIGHLANDERH: dbc_dict('toyota_highlander_hybrid_2018_pt_generated', 'toyota_adas'), CAR.HIGHLANDERH_TSS2: dbc_dict('toyota_nodsu_hybrid_pt_generated', 'toyota_tss2_adas'), - CAR.AVALON: dbc_dict('toyota_highlander_2017_pt', 'toyota_adas'), + CAR.AVALON: dbc_dict('toyota_highlander_2017_pt_generated', 'toyota_adas'), CAR.AVALON_2019: dbc_dict('toyota_nodsu_pt_generated', 'toyota_adas'), CAR.AVALONH_2019: dbc_dict('toyota_nodsu_hybrid_pt_generated', 'toyota_adas'), CAR.AVALON_TSS2: dbc_dict('toyota_nodsu_pt_generated', 'toyota_tss2_adas'),