Update selfdrive/controls/controlsd.py

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
pull/23850/head
Shane Smiskol 2022-03-15 13:15:19 -07:00 committed by GitHub
parent ceda4cbfbb
commit 10bb51a0f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ class Controls:
self.prof.checkpoint("Sent")
self.update_button_timers(CS.buttonEvents)
self.CS_prev = CS
self.CS_prev = CS.as_reader()
def controlsd_thread(self):
while True: