mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-06 06:55:05 +00:00
Add external high stability oscillator support.
This commit is contained in:
parent
10345e52cc
commit
da28bb3733
2 changed files with 28 additions and 2 deletions
5
Config.h
5
Config.h
|
|
@ -19,6 +19,11 @@
|
|||
#if !defined(CONFIG_H)
|
||||
#define CONFIG_H
|
||||
|
||||
// Allow for the use of high quality external clock oscillators
|
||||
// There is one entry for 12 MHz and another for 14.4 MHz
|
||||
// #define EXTERNAL_OSC_12_MHZ
|
||||
// #define EXTERNAL_OSC_14_4_MHZ
|
||||
|
||||
// Allow the use of the COS line to lockout the modem
|
||||
// #define USE_COS_AS_LOCKOUT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue