diff --git a/selfdrive/modeld/modeld.py b/selfdrive/modeld/modeld.py index 338f26b59..49ea0d5cd 100755 --- a/selfdrive/modeld/modeld.py +++ b/selfdrive/modeld/modeld.py @@ -158,10 +158,7 @@ def main(demo=False): params.put_bool("UsbGpuPresent", _present) params.put_bool("UsbGpuCompiled", _compiled) - if not USBGPU: - # USB GPU currently saturates a core so can't do this yet, - # also need to move the aux USB interrupts for good timings - config_realtime_process(7, 54) + config_realtime_process(7, 54) # visionipc clients while True: