Fix a bad merge.

This commit is contained in:
Jonathan Naylor 2026-02-27 16:43:04 +00:00
parent f569e7c921
commit f2c45f2ae5
2 changed files with 1 additions and 2 deletions

View file

@ -724,7 +724,6 @@ bool CConf::read()
m_dstarRemoteGateway = ::atoi(value) == 1;
else if (::strcmp(key, "ModeHang") == 0)
m_dstarModeHang = (unsigned int)::atoi(value);
} else if (section == SECTION::DMR) {
#endif
#if defined(USE_DMR)
} else if (section == SECTION::DMR) {

View file

@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20260226";
const char* VERSION = "20260227";
#endif