mirror of https://github.com/g4klx/MMDVM.git
Add description for non TCXO systems
Fixes compiler error
This commit is contained in:
parent
d6c1bea80a
commit
b5a56487b1
|
@ -84,6 +84,8 @@ const uint8_t MMDVM_DEBUG5 = 0xF5U;
|
||||||
#define TCXO "14.4000"
|
#define TCXO "14.4000"
|
||||||
#elif EXTERNAL_OSC == 19200000
|
#elif EXTERNAL_OSC == 19200000
|
||||||
#define TCXO "19.2000"
|
#define TCXO "19.2000"
|
||||||
|
#else
|
||||||
|
#define TCXO "NO TCXO"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DESCRIPTION "MMDVM 20180327 (D-Star/DMR/System Fusion/P25/NXDN)"
|
#define DESCRIPTION "MMDVM 20180327 (D-Star/DMR/System Fusion/P25/NXDN)"
|
||||||
|
|
Loading…
Reference in New Issue