CI: add full path to hackrf_debug call
This commit is contained in:
parent
394168a475
commit
1f5a88b400
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue