Merge pull request #751 from shawnchain/fix_fm_mode_setup_bug

This commit is contained in:
Jonathan Naylor 2022-09-16 16:04:47 +01:00 committed by GitHub
commit 33143105e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ bool CModem::open()
return false;
}
if (m_fmEnabled && m_duplex) {
if (m_fmEnabled) {
ret = setFMCallsignParams();
if (!ret) {
m_port->close();