removed mode and n_frames

This commit is contained in:
DJ2LS 2023-05-08 15:30:54 +02:00
parent c3ffcfe725
commit f4eb3947cb

View file

@ -1139,14 +1139,13 @@ class DATA:
snr=snr,
)
def arq_transmit(self, data_out: bytes, mode: int, n_frames_per_burst: int):
def arq_transmit(self, data_out: bytes):
"""
Transmit ARQ frame
Args:
data_out:bytes:
mode:int:
n_frames_per_burst:int:
"""