Update selfdrive/controls/controlsd.py

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
pull/23850/head
Shane Smiskol 3 years ago committed by GitHub
parent ceda4cbfbb
commit 10bb51a0f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/controls/controlsd.py

@ -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:

Loading…
Cancel
Save