Add description for non TCXO systems

Fixes compiler error
This commit is contained in:
EA3HKB 2018-06-14 18:27:48 +02:00 committed by GitHub
parent d6c1bea80a
commit b5a56487b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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)"