mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
tres: fix I2C hang on fake siren init (#2069)
* fix i2c hang * misra fix --------- Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
@@ -252,7 +252,6 @@ class Panda:
|
||||
return None
|
||||
if len(pandas) == 1:
|
||||
print(f"INFO: connecting to panda {pandas[0]}")
|
||||
time.sleep(1)
|
||||
return pandas[0]
|
||||
while True:
|
||||
print("Multiple pandas available:")
|
||||
|
||||
Reference in New Issue
Block a user