Merge pull request #179 from EA3HKB/patch-1

Add description for non TCXO systems
This commit is contained in:
Florian (DF2ET) 2018-06-14 19:31:08 +02:00 committed by GitHub
commit ead9747f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -83,7 +83,9 @@ const uint8_t MMDVM_DEBUG5 = 0xF5U;
#elif EXTERNAL_OSC == 14400000
#define TCXO "14.4000 MHz"
#elif EXTERNAL_OSC == 19200000
#define TCXO "19.2000 MHz"
#define TCXO "19.2000 Mhz"
#else
#define TCXO "NO TCXO"
#endif
#define DESCRIPTION "MMDVM 20180327 (D-Star/DMR/System Fusion/P25/NXDN)"