CI: add full path to hackrf_debug call

This commit is contained in:
grvvy
2022-11-23 14:29:48 -07:00
parent 394168a475
commit 1f5a88b400

View File

@ -7,7 +7,7 @@ EUT = "RunningFromRAM"
def check_debug(target, register, reg_val):
hackrf_debug = subprocess.run(["hackrf_debug",
hackrf_debug = subprocess.run(["host/build/hackrf-tools/src/hackrf_debug",
f"--{target}", "--register", register,
"--read", "--device", EUT],
capture_output=True, encoding="UTF-8")