diff --git a/selfdrive/car/toyota/toyotacan.py b/selfdrive/car/toyota/toyotacan.py index 71e1554eb3..5a78e3c7b6 100644 --- a/selfdrive/car/toyota/toyotacan.py +++ b/selfdrive/car/toyota/toyotacan.py @@ -35,10 +35,10 @@ def create_accel_command(packer, accel, pcm_cancel, standstill_req, lead, acc_ty "ACC_TYPE": acc_type, "DISTANCE": 0, "MINI_CAR": lead, - "ALLOW_LONG_PRESS": 3, "PERMIT_BRAKING": 1, "RELEASE_STANDSTILL": not standstill_req, "CANCEL_REQ": pcm_cancel, + "ALLOW_LONG_PRESS": 1, } return packer.make_can_msg("ACC_CONTROL", 0, values) diff --git a/selfdrive/test/process_replay/ref_commit b/selfdrive/test/process_replay/ref_commit index 42d3419cc7..f511ec3719 100644 --- a/selfdrive/test/process_replay/ref_commit +++ b/selfdrive/test/process_replay/ref_commit @@ -1 +1 @@ -5b624879c952ec610c431564ebcd3d257d679015 \ No newline at end of file +94d3ebac800d4db32d2947ae81fe7969026f40a3 \ No newline at end of file