mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-24 23:42:05 +08:00
update system.hardware import path (#25889)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user