updated fec transmit

This commit is contained in:
DJ2LS 2023-02-12 18:08:32 +01:00 committed by Mashintime
parent 4fde7a813e
commit 76c2a3ae53

View file

@ -3204,7 +3204,7 @@ class DATA:
frame_to_tx=[test_frame], c2_mode=FREEDV_MODE.datac3.value
)
def send_fec_frame(self, mode, payload) -> None:
def send_fec_frame(self, payload, mode) -> None:
"""Send an empty test frame"""
mode_int = codec2.freedv_get_mode_value_by_name(mode)