mirror of
https://github.com/ARM-software/devlib.git
synced 2025-04-29 20:54:34 +01:00
acmecape: Fix default iio-capture binary name
This commit is contained in:
parent
7e073c1fce
commit
0b04ffcc44
@ -37,7 +37,7 @@ class AcmeCapeInstrument(Instrument):
|
|||||||
mode = CONTINUOUS
|
mode = CONTINUOUS
|
||||||
|
|
||||||
def __init__(self, target,
|
def __init__(self, target,
|
||||||
iio_capture=which('iio_capture'),
|
iio_capture=which('iio-capture'),
|
||||||
host='baylibre-acme.local',
|
host='baylibre-acme.local',
|
||||||
iio_device='iio:device0',
|
iio_device='iio:device0',
|
||||||
buffer_size=256):
|
buffer_size=256):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user