update system.hardware import path (#25889)

old-commit-hash: d997d40f17406d079c2f343bcde446be44094021
This commit is contained in:
Lee Jong Mun
2022-09-26 11:33:35 +09:00
committed by GitHub
parent 3e18ef26d4
commit 5020d45b57
+2 -2
View File
@@ -12,9 +12,9 @@ from typing import List, Optional
from cereal import messaging
from common.params import Params
from system.swaglog import cloudlog
from selfdrive.hardware import TICI
from system.hardware import TICI
from common.gpio import gpio_init, gpio_set
from selfdrive.hardware.tici.pins import GPIO
from system.hardware.tici.pins import GPIO
UBLOX_TTY = "/dev/ttyHS0"