Skip to content

Commit 7a1674a

Browse files
committed
Fixing sync also for BladeRF
1 parent 479ef09 commit 7a1674a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/urh/dev/native/BladeRF.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def shutdown_device(cls, ctrl_connection, is_tx: bool):
6666
return True
6767

6868
@classmethod
69-
def prepare_sync_receive(cls, ctrl_connection: Connection):
69+
def prepare_sync_receive(cls, ctrl_connection: Connection, dev_parameters: OrderedDict):
7070
ctrl_connection.send("Initializing BladeRF..")
7171
ret = bladerf.prepare_sync()
7272
return ret

0 commit comments

Comments
 (0)