Revert "Make the high stability 12 MHz oscillator the default."

This reverts commit bcd63e7a34.
This commit is contained in:
Jonathan Naylor 2016-05-25 07:26:50 +01:00
parent bcd63e7a34
commit 2e0d0c027c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
// Allow for the use of high quality external clock oscillators // Allow for the use of high quality external clock oscillators
// The number is the frequency of the oscillator in Hertz. // The number is the frequency of the oscillator in Hertz.
// For 12 MHz // For 12 MHz
#define EXTERNAL_OSC 12000000 // #define EXTERNAL_OSC 12000000
// For 14.4 MHz // For 14.4 MHz
// #define EXTERNAL_OSC 14400000 // #define EXTERNAL_OSC 14400000
// For 19.2 MHz // For 19.2 MHz