From ef475a3b13f781b118eaa1cab79d9d0134a1f7c4 Mon Sep 17 00:00:00 2001 From: Rick Lan Date: Mon, 1 Jul 2024 19:09:11 +0800 Subject: [PATCH] fixed typo --- selfdrive/car/toyota/carcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/toyota/carcontroller.py b/selfdrive/car/toyota/carcontroller.py index c7295cad7..f8f74cf55 100644 --- a/selfdrive/car/toyota/carcontroller.py +++ b/selfdrive/car/toyota/carcontroller.py @@ -143,7 +143,7 @@ class CarController(CarControllerBase): # pcm entered standstill or it's disabled self.standstill_req = False # dp - sng hack - if self.dp_toyota_sng: + if self._dp_toyota_sng: self.standstill_req = False self.last_standstill = CS.out.standstill