From 87414c5e5fc9e0baa5ab3d56716b0b15ba8ede52 Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 25 Oct 2016 22:58:06 +0200 Subject: [PATCH] Disable external TCXO by default --- Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.h b/Config.h index c7b73cd..0c6b22c 100644 --- a/Config.h +++ b/Config.h @@ -22,7 +22,7 @@ // Allow for the use of high quality external clock oscillators // The number is the frequency of the oscillator in Hertz. // For 12 MHz -#define EXTERNAL_OSC 12000000 +// #define EXTERNAL_OSC 12000000 // For 14.4 MHz // #define EXTERNAL_OSC 14400000 // For 19.2 MHz