From 5020d45b5705cfb913e2146afc29f5471227fec7 Mon Sep 17 00:00:00 2001 From: Lee Jong Mun <43285072+crwusiz@users.noreply.github.com> Date: Mon, 26 Sep 2022 11:33:35 +0900 Subject: [PATCH] update system.hardware import path (#25889) old-commit-hash: d997d40f17406d079c2f343bcde446be44094021 --- selfdrive/sensord/pigeond.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/sensord/pigeond.py b/selfdrive/sensord/pigeond.py index e38e2d4c33..e1fa2f4cad 100755 --- a/selfdrive/sensord/pigeond.py +++ b/selfdrive/sensord/pigeond.py @@ -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"