Skip to content

Commit

Permalink
Merge pull request #751 from shawnchain/fix_fm_mode_setup_bug
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx authored Sep 16, 2022
2 parents fe195c4 + 5eee7c1 commit 3314310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ bool CModem::open()
return false;
}

if (m_fmEnabled && m_duplex) {
if (m_fmEnabled) {
ret = setFMCallsignParams();
if (!ret) {
m_port->close();
Expand Down

0 comments on commit 3314310

Please sign in to comment.