update system.hardware import path (#25889)

pull/25893/head
Lee Jong Mun 3 years ago committed by GitHub
parent b2376909f4
commit d997d40f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      selfdrive/sensord/pigeond.py

@ -12,9 +12,9 @@ from typing import List, Optional
from cereal import messaging from cereal import messaging
from common.params import Params from common.params import Params
from system.swaglog import cloudlog from system.swaglog import cloudlog
from selfdrive.hardware import TICI from system.hardware import TICI
from common.gpio import gpio_init, gpio_set 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" UBLOX_TTY = "/dev/ttyHS0"

Loading…
Cancel
Save