From a25a16c6ef0753ff1c5447e656e47255b392476e Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Tue, 14 Mar 2017 02:13:19 -0300 Subject: [PATCH] Adding AFC as an option in Config.h (disabled for now) --- Config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Config.h b/Config.h index 7b9c065..d15959b 100644 --- a/Config.h +++ b/Config.h @@ -38,6 +38,9 @@ // Original 19.68 MHz, not working, only for experimentation: // #define ADF7021_19_6800 +// Enable AFC support for ADF7021 +// #define ADF7021_ENABLE_AFC + // Host communication selection: // #define STM32_USART1_HOST #define STM32_USB_HOST