thermald: move to system/ (#32494)
* thermald: move to system/
* fix path
* revert
old-commit-hash: b2cf9b35f6
pull/32103/head
parent
7a3e454d27
commit
14e7c7d260
11 changed files with 12 additions and 12 deletions
@ -1,7 +1,7 @@ |
||||
#!/usr/bin/env python3 |
||||
import pytest |
||||
|
||||
from openpilot.selfdrive.thermald.fan_controller import TiciFanController |
||||
from openpilot.system.thermald.fan_controller import TiciFanController |
||||
|
||||
ALL_CONTROLLERS = [TiciFanController] |
||||
|
Loading…
Reference in new issue