From b5a56487b1ace8b77c7a816f913c75e8e80ae131 Mon Sep 17 00:00:00 2001 From: EA3HKB Date: Thu, 14 Jun 2018 18:27:48 +0200 Subject: [PATCH] Add description for non TCXO systems Fixes compiler error --- SerialPort.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SerialPort.cpp b/SerialPort.cpp index 564df2d..5dc67ea 100644 --- a/SerialPort.cpp +++ b/SerialPort.cpp @@ -84,6 +84,8 @@ const uint8_t MMDVM_DEBUG5 = 0xF5U; #define TCXO "14.4000" #elif EXTERNAL_OSC == 19200000 #define TCXO "19.2000" +#else +#define TCXO "NO TCXO" #endif #define DESCRIPTION "MMDVM 20180327 (D-Star/DMR/System Fusion/P25/NXDN)"